#42816C

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

Shades of Viridian #42816C

Tints of Viridian #42816C

Color information

#42816C (or 0x42816C) is unknown color: approx Viridian. HEX triplet: 42, 81 and 6C. RGB value is (66,129,108). Sum of RGB (Red+Green+Blue) = 66+129+108=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #42816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42816C is #BD7E93. Grayscale: #6B6B6B. Windows color (decimal): -12418708 or 7110978. OLE color: 7110978.

HSL color Cylindrical-coordinate representation of color #42816C: hue angle of 160º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42816C is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB66129108-
CMYK0.4900.160.49
HSL160º32.31%38.24%-
HSV(B)160º48.84%50.59%-
XYZ12.817.9416.98-
YUV107.77128.1398.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=21.78%
G=42.57%
B=35.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661291080.4900.160.4916032.3138.24
Hex42816C3101031a02026
Octal10220115461020612404046
Binary100001010000001110110011000101000011000110100000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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