#33896A

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

Shades of Viridian #33896A

Tints of Viridian #33896A

Color information

#33896A (or 0x33896A) is unknown color: approx Viridian. HEX triplet: 33, 89 and 6A. RGB value is (51,137,106). Sum of RGB (Red+Green+Blue) = 51+137+106=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #33896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33896A is #CC7695. Grayscale: #6B6B6B. Windows color (decimal): -13399702 or 6981939. OLE color: 6981939.

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

Color convert

RGB51137106-
CMYK0.6300.230.46
HSL158.37º45.74%36.86%-
HSV(B)158.37º62.77%53.73%-
XYZ12.9119.6416.75-
YUV107.75127.0187.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=17.35%
G=46.60%
B=36.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511371060.6300.230.46158.3745.7436.86
Hex33896A3F0172E9e2e25
Octal6321115277027562365645
Binary11001110001001110101011111101011110111010011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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