#33866A

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

Shades of Viridian #33866A

Tints of Viridian #33866A

Color information

#33866A (or 0x33866A) is unknown color: approx Viridian. HEX triplet: 33, 86 and 6A. RGB value is (51,134,106). Sum of RGB (Red+Green+Blue) = 51+134+106=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #33866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33866A is #CC7995. Grayscale: #6A6A6A. Windows color (decimal): -13400470 or 6981171. OLE color: 6981171.

HSL color Cylindrical-coordinate representation of color #33866A: hue angle of 159.76º 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 #33866A is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB51134106-
CMYK0.6200.210.47
HSL159.76º44.86%36.27%-
HSV(B)159.76º61.94%52.55%-
XYZ12.4918.7916.61-
YUV105.9912888.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=17.53%
G=46.05%
B=36.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341060.6200.210.47159.7644.8636.27
Hex33866A3E0152Fa02d24
Octal6320615276025572405544
Binary11001110000110110101011111001010110111110100000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33866A; }

 p { color: rgb(51,134,106); }

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

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

 a { background-color: rgb(51,134,106); }

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

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

 span { border-color: rgb(51,134,106); }

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