#42795C

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

Shades of Como #42795C

Tints of Como #42795C

Color information

#42795C (or 0x42795C) is unknown color: approx Como. HEX triplet: 42, 79 and 5C. RGB value is (66,121,92). Sum of RGB (Red+Green+Blue) = 66+121+92=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #42795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42795C is #BD86A3. Grayscale: #656565. Windows color (decimal): -12420772 or 6060354. OLE color: 6060354.

HSL color Cylindrical-coordinate representation of color #42795C: hue angle of 148.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42795C is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB6612192-
CMYK0.4500.240.53
HSL148.36º29.41%36.67%-
HSV(B)148.36º45.45%47.45%-
XYZ11.0215.6112.56-
YUV101.25122.78102.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=23.66%
G=43.37%
B=32.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121920.4500.240.53148.3629.4136.67
Hex42795C2D01835941d25
Octal10217113455030652243545
Binary1000010111100110111001011010110001101011001010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42795C; }

 p { color: rgb(66,121,92); }

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

<style>
 a { background-color: #42795C; }

 a { background-color: rgb(66,121,92); }

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

<style>
 span { border-color: #42795C; }

 span { border-color: rgb(66,121,92); }

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