#42816D

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

Shades of Viridian #42816D

Tints of Viridian #42816D

Color information

#42816D (or 0x42816D) is unknown color: approx Viridian. HEX triplet: 42, 81 and 6D. RGB value is (66,129,109). Sum of RGB (Red+Green+Blue) = 66+129+109=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #42816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42816D is #BD7E92. Grayscale: #6B6B6B. Windows color (decimal): -12418707 or 7176514. OLE color: 7176514.

HSL color Cylindrical-coordinate representation of color #42816D: hue angle of 160.95º 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 #42816D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB66129109-
CMYK0.4900.160.49
HSL160.95º32.31%38.24%-
HSV(B)160.95º48.84%50.59%-
XYZ12.8617.9617.26-
YUV107.88128.6398.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=21.71%
G=42.43%
B=35.86%

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
Decimal661291090.4900.160.49160.9532.3138.24
Hex42816D3101031a12026
Octal10220115561020612414046
Binary100001010000001110110111000101000011000110100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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