#33896B

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

Shades of Viridian #33896B

Tints of Viridian #33896B

Color information

#33896B (or 0x33896B) is unknown color: approx Viridian. HEX triplet: 33, 89 and 6B. RGB value is (51,137,107). Sum of RGB (Red+Green+Blue) = 51+137+107=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #33896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33896B is #CC7694. Grayscale: #6B6B6B. Windows color (decimal): -13399701 or 7047475. OLE color: 7047475.

HSL color Cylindrical-coordinate representation of color #33896B: hue angle of 159.07º 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 #33896B is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB51137107-
CMYK0.6300.220.46
HSL159.07º45.74%36.86%-
HSV(B)159.07º62.77%53.73%-
XYZ12.9619.6617.02-
YUV107.87127.5187.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=17.29%
G=46.44%
B=36.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511371070.6300.220.46159.0745.7436.86
Hex33896B3F0162E9f2e25
Octal6321115377026562375645
Binary11001110001001110101111111101011010111010011111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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