#42896B

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

Shades of Viridian #42896B

Tints of Viridian #42896B

Color information

#42896B (or 0x42896B) is unknown color: approx Viridian. HEX triplet: 42, 89 and 6B. RGB value is (66,137,107). Sum of RGB (Red+Green+Blue) = 66+137+107=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #42896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42896B is #BD7694. Grayscale: #707070. Windows color (decimal): -12416661 or 7047490. OLE color: 7047490.

HSL color Cylindrical-coordinate representation of color #42896B: hue angle of 154.65º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42896B is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB66137107-
CMYK0.5200.220.46
HSL154.65º34.98%39.8%-
HSV(B)154.65º51.82%53.73%-
XYZ13.8520.1117.06-
YUV112.35124.9894.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 137 (53.91% from 255) = 44.19%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=21.29%
G=44.19%
B=34.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371070.5200.220.46154.6534.9839.8
Hex42896B340162E9b2328
Octal10221115364026562334350
Binary100001010001001110101111010001011010111010011011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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