#42765F

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

Shades of Como #42765F

Tints of Como #42765F

Color information

#42765F (or 0x42765F) is unknown color: approx Como. HEX triplet: 42, 76 and 5F. RGB value is (66,118,95). Sum of RGB (Red+Green+Blue) = 66+118+95=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #42765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42765F is #BD89A0. Grayscale: #636363. Windows color (decimal): -12421537 or 6256194. OLE color: 6256194.

HSL color Cylindrical-coordinate representation of color #42765F: hue angle of 153.46º 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 #42765F is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6611895-
CMYK0.4400.190.54
HSL153.46º28.26%36.08%-
HSV(B)153.46º44.07%46.27%-
XYZ10.7914.9413.14-
YUV99.83125.27103.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=23.66%
G=42.29%
B=34.05%

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
Decimal66118950.4400.190.54153.4628.2636.08
Hex42765F2C01336991c24
Octal10216613754023662313444
Binary1000010111011010111111011000100111101101001100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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