#42755F

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

Shades of Como #42755F

Tints of Como #42755F

Color information

#42755F (or 0x42755F) is unknown color: approx Como. HEX triplet: 42, 75 and 5F. RGB value is (66,117,95). Sum of RGB (Red+Green+Blue) = 66+117+95=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #42755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42755F is #BD8AA0. Grayscale: #636363. Windows color (decimal): -12421793 or 6255938. OLE color: 6255938.

HSL color Cylindrical-coordinate representation of color #42755F: hue angle of 154.12º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42755F is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6611795-
CMYK0.4400.190.54
HSL154.12º27.87%35.88%-
HSV(B)154.12º43.59%45.88%-
XYZ10.6714.7113.1-
YUV99.24125.6104.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=23.74%
G=42.09%
B=34.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117950.4400.190.54154.1227.8735.88
Hex42755F2C013369a1c24
Octal10216513754023662323444
Binary1000010111010110111111011000100111101101001101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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