#42866B

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

Shades of Viridian #42866B

Tints of Viridian #42866B

Color information

#42866B (or 0x42866B) is unknown color: approx Viridian. HEX triplet: 42, 86 and 6B. RGB value is (66,134,107). Sum of RGB (Red+Green+Blue) = 66+134+107=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #42866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42866B is #BD7994. Grayscale: #6E6E6E. Windows color (decimal): -12417429 or 7046722. OLE color: 7046722.

HSL color Cylindrical-coordinate representation of color #42866B: hue angle of 156.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42866B is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB66134107-
CMYK0.5100.200.47
HSL156.18º34%39.22%-
HSV(B)156.18º50.75%52.55%-
XYZ13.4319.2716.92-
YUV110.59125.9796.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=21.50%
G=43.65%
B=34.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661341070.5100.200.47156.183439.22
Hex42866B330142F9c2227
Octal10220615363024572344247
Binary100001010000110110101111001101010010111110011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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