#33896C

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

Shades of Viridian #33896C

Tints of Viridian #33896C

Color information

#33896C (or 0x33896C) is unknown color: approx Viridian. HEX triplet: 33, 89 and 6C. RGB value is (51,137,108). Sum of RGB (Red+Green+Blue) = 51+137+108=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #33896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33896C is #CC7693. Grayscale: #6C6C6C. Windows color (decimal): -13399700 or 7113011. OLE color: 7113011.

HSL color Cylindrical-coordinate representation of color #33896C: hue angle of 159.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33896C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB51137108-
CMYK0.6300.210.46
HSL159.77º45.74%36.86%-
HSV(B)159.77º62.77%53.73%-
XYZ13.0219.6817.3-
YUV107.98128.0187.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=17.23%
G=46.28%
B=36.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511371080.6300.210.46159.7745.7436.86
Hex33896C3F0152Ea02e25
Octal6321115477025562405645
Binary11001110001001110110011111101010110111010100000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33896C; }

 p { color: rgb(51,137,108); }

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

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

 a { background-color: rgb(51,137,108); }

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

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

 span { border-color: rgb(51,137,108); }

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