#42816A

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

Shades of Viridian #42816A

Tints of Viridian #42816A

Color information

#42816A (or 0x42816A) is unknown color: approx Viridian. HEX triplet: 42, 81 and 6A. RGB value is (66,129,106). Sum of RGB (Red+Green+Blue) = 66+129+106=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #42816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42816A is #BD7E95. Grayscale: #6B6B6B. Windows color (decimal): -12418710 or 6979906. OLE color: 6979906.

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

Color convert

RGB66129106-
CMYK0.4900.180.49
HSL158.1º32.31%38.24%-
HSV(B)158.1º48.84%50.59%-
XYZ12.717.916.42-
YUV107.54127.1398.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=21.93%
G=42.86%
B=35.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661291060.4900.180.49158.132.3138.24
Hex42816A31012319e2026
Octal10220115261022612364046
Binary100001010000001110101011000101001011000110011110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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