#42835F

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

Shades of Como #42835F

Tints of Como #42835F

Color information

#42835F (or 0x42835F) is unknown color: approx Como. HEX triplet: 42, 83 and 5F. RGB value is (66,131,95). Sum of RGB (Red+Green+Blue) = 66+131+95=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #42835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42835F is #BD7CA0. Grayscale: #6B6B6B. Windows color (decimal): -12418209 or 6259522. OLE color: 6259522.

HSL color Cylindrical-coordinate representation of color #42835F: hue angle of 146.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42835F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB6613195-
CMYK0.5000.270.49
HSL146.77º32.99%38.63%-
HSV(B)146.77º49.62%51.37%-
XYZ12.4318.2213.69-
YUV107.46120.9798.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=22.60%
G=44.86%
B=32.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131950.5000.270.49146.7732.9938.63
Hex42835F3201B31932127
Octal10220313762033612234147
Binary100001010000011101111111001001101111000110010011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,131,95); }

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

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

 a { background-color: rgb(66,131,95); }

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

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

 span { border-color: rgb(66,131,95); }

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