#42886F

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

Shades of Viridian #42886F

Tints of Viridian #42886F

Color information

#42886F (or 0x42886F) is unknown color: approx Viridian. HEX triplet: 42, 88 and 6F. RGB value is (66,136,111). Sum of RGB (Red+Green+Blue) = 66+136+111=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #42886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42886F is #BD7790. Grayscale: #707070. Windows color (decimal): -12416913 or 7309378. OLE color: 7309378.

HSL color Cylindrical-coordinate representation of color #42886F: hue angle of 158.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42886F is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB66136111-
CMYK0.5100.180.47
HSL158.57º34.65%39.61%-
HSV(B)158.57º51.47%53.33%-
XYZ13.9219.9118.15-
YUV112.22127.3195.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=21.09%
G=43.45%
B=35.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661361110.5100.180.47158.5734.6539.61
Hex42886F330122F9f2328
Octal10221015763022572374350
Binary100001010001000110111111001101001010111110011111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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