#42806B

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

Shades of Viridian #42806B

Tints of Viridian #42806B

Color information

#42806B (or 0x42806B) is unknown color: approx Viridian. HEX triplet: 42, 80 and 6B. RGB value is (66,128,107). Sum of RGB (Red+Green+Blue) = 66+128+107=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #42806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42806B is #BD7F94. Grayscale: #6B6B6B. Windows color (decimal): -12418965 or 7045186. OLE color: 7045186.

HSL color Cylindrical-coordinate representation of color #42806B: hue angle of 159.68º 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 #42806B is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB66128107-
CMYK0.4800.160.50
HSL159.68º31.96%38.04%-
HSV(B)159.68º48.44%50.2%-
XYZ12.6217.6616.65-
YUV107.07127.9698.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=21.93%
G=42.52%
B=35.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281070.4800.160.50159.6831.9638.04
Hex42806B3001032a02026
Octal10220015360020622404046
Binary100001010000000110101111000001000011001010100000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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