#42806F

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

Shades of Viridian #42806F

Tints of Viridian #42806F

Color information

#42806F (or 0x42806F) is unknown color: approx Viridian. HEX triplet: 42, 80 and 6F. RGB value is (66,128,111). Sum of RGB (Red+Green+Blue) = 66+128+111=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #42806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42806F is #BD7F90. Grayscale: #6B6B6B. Windows color (decimal): -12418961 or 7307330. OLE color: 7307330.

HSL color Cylindrical-coordinate representation of color #42806F: hue angle of 163.55º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42806F is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB66128111-
CMYK0.4800.130.50
HSL163.55º31.96%38.04%-
HSV(B)163.55º48.44%50.2%-
XYZ12.8417.7417.79-
YUV107.52129.9698.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=21.64%
G=41.97%
B=36.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281110.4800.130.50163.5531.9638.04
Hex42806F300D32a42026
Octal10220015760015622444046
Binary10000101000000011011111100000110111001010100100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42806F; }

 p { color: rgb(66,128,111); }

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

<style>
 a { background-color: #42806F; }

 a { background-color: rgb(66,128,111); }

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

<style>
 span { border-color: #42806F; }

 span { border-color: rgb(66,128,111); }

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