#42795B

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

Shades of Como #42795B

Tints of Como #42795B

Color information

#42795B (or 0x42795B) is unknown color: approx Como. HEX triplet: 42, 79 and 5B. RGB value is (66,121,91). Sum of RGB (Red+Green+Blue) = 66+121+91=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #42795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42795B is #BD86A4. Grayscale: #656565. Windows color (decimal): -12420773 or 5994818. OLE color: 5994818.

HSL color Cylindrical-coordinate representation of color #42795B: hue angle of 147.27º 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 #42795B is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB6612191-
CMYK0.4500.250.53
HSL147.27º29.41%36.67%-
HSV(B)147.27º45.45%47.45%-
XYZ10.9715.5912.33-
YUV101.14122.28102.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=23.74%
G=43.53%
B=32.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121910.4500.250.53147.2729.4136.67
Hex42795B2D01935931d25
Octal10217113355031652233545
Binary1000010111100110110111011010110011101011001001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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