#42896C

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

Shades of Viridian #42896C

Tints of Viridian #42896C

Color information

#42896C (or 0x42896C) is unknown color: approx Viridian. HEX triplet: 42, 89 and 6C. RGB value is (66,137,108). Sum of RGB (Red+Green+Blue) = 66+137+108=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #42896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42896C is #BD7693. Grayscale: #707070. Windows color (decimal): -12416660 or 7113026. OLE color: 7113026.

HSL color Cylindrical-coordinate representation of color #42896C: hue angle of 155.49º 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 #42896C is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB66137108-
CMYK0.5200.210.46
HSL155.49º34.98%39.8%-
HSV(B)155.49º51.82%53.73%-
XYZ13.920.1317.34-
YUV112.46125.4894.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=21.22%
G=44.05%
B=34.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371080.5200.210.46155.4934.9839.8
Hex42896C340152E9b2328
Octal10221115464025562334350
Binary100001010001001110110011010001010110111010011011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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