#42866A

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

Shades of Viridian #42866A

Tints of Viridian #42866A

Color information

#42866A (or 0x42866A) is unknown color: approx Viridian. HEX triplet: 42, 86 and 6A. RGB value is (66,134,106). Sum of RGB (Red+Green+Blue) = 66+134+106=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #42866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42866A is #BD7995. Grayscale: #6E6E6E. Windows color (decimal): -12417430 or 6981186. OLE color: 6981186.

HSL color Cylindrical-coordinate representation of color #42866A: hue angle of 155.29º 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 #42866A is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB66134106-
CMYK0.5100.210.47
HSL155.29º34%39.22%-
HSV(B)155.29º50.75%52.55%-
XYZ13.3719.2516.65-
YUV110.48125.4796.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=21.57%
G=43.79%
B=34.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661341060.5100.210.47155.293439.22
Hex42866A330152F9b2227
Octal10220615263025572334247
Binary100001010000110110101011001101010110111110011011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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