#338772

Color #338772 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #338772

Tints of Viridian #338772

Color information

#338772 (or 0x338772) is unknown color: approx Viridian. HEX triplet: 33, 87 and 72. RGB value is (51,135,114). Sum of RGB (Red+Green+Blue) = 51+135+114=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #338772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338772 is #CC788D. Grayscale: #6B6B6B. Windows color (decimal): -13400206 or 7505715. OLE color: 7505715.

HSL color Cylindrical-coordinate representation of color #338772: hue angle of 165º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338772 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB51135114-
CMYK0.6200.160.47
HSL165º45.16%36.47%-
HSV(B)165º62.22%52.94%-
XYZ13.0719.2518.95-
YUV107.49131.6787.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 114 (44.92% from 255) = 38%
R=17%
G=45%
B=38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511351140.6200.160.4716545.1636.47
Hex3387723E0102Fa52d24
Octal6320716276020572455544
Binary11001110000111111001011111001000010111110100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338772; }

 p { color: rgb(51,135,114); }

 H1.HeaderClassName
 {
   color: #338772;
 }
 .AnyTagClassName
 {
   color: #338772;
 }
</style>
background-color css

<style>
 a { background-color: #338772; }

 a { background-color: rgb(51,135,114); }

 div.DivClassName
 {
   background-color: #338772;
 }
 .BgClassName
 {
   background-color: #338772;
 }
</style>
border-color css

<style>
 span { border-color: #338772; }

 span { border-color: rgb(51,135,114); }

 td.TdClassName
 {
   border-color: #338772;
 }
 .TagClassName
 {
   border-color: #338772;
 }
</style>