#33916F

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

Shades of Viridian #33916F

Tints of Viridian #33916F

Color information

#33916F (or 0x33916F) is unknown color: approx Viridian. HEX triplet: 33, 91 and 6F. RGB value is (51,145,111). Sum of RGB (Red+Green+Blue) = 51+145+111=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #33916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33916F is #CC6E90. Grayscale: #717171. Windows color (decimal): -13397649 or 7311667. OLE color: 7311667.

HSL color Cylindrical-coordinate representation of color #33916F: hue angle of 158.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33916F is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB51145111-
CMYK0.6500.230.43
HSL158.3º47.96%38.43%-
HSV(B)158.3º64.83%56.86%-
XYZ14.3622.118.55-
YUV113.02126.8683.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=16.61%
G=47.23%
B=36.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511451110.6500.230.43158.347.9638.43
Hex33916F410172B9e3026
Octal63221157101027532366046
Binary110011100100011101111100000101011110101110011110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33916F; }

 p { color: rgb(51,145,111); }

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

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

 a { background-color: rgb(51,145,111); }

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

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

 span { border-color: rgb(51,145,111); }

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