#42765D

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

Shades of Como #42765D

Tints of Como #42765D

Color information

#42765D (or 0x42765D) is unknown color: approx Como. HEX triplet: 42, 76 and 5D. RGB value is (66,118,93). Sum of RGB (Red+Green+Blue) = 66+118+93=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #42765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42765D is #BD89A2. Grayscale: #636363. Windows color (decimal): -12421539 or 6125122. OLE color: 6125122.

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

Color convert

RGB6611893-
CMYK0.4400.210.54
HSL151.15º28.26%36.08%-
HSV(B)151.15º44.07%46.27%-
XYZ10.714.9112.67-
YUV99.6124.27104.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=23.83%
G=42.60%
B=33.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118930.4400.210.54151.1528.2636.08
Hex42765D2C01536971c24
Octal10216613554025662273444
Binary1000010111011010111011011000101011101101001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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