#42785B

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

Shades of Como #42785B

Tints of Como #42785B

Color information

#42785B (or 0x42785B) is unknown color: approx Como. HEX triplet: 42, 78 and 5B. RGB value is (66,120,91). Sum of RGB (Red+Green+Blue) = 66+120+91=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #42785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42785B is #BD87A4. Grayscale: #646464. Windows color (decimal): -12421029 or 5994562. OLE color: 5994562.

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

Color convert

RGB6612091-
CMYK0.4500.240.53
HSL147.78º29.03%36.47%-
HSV(B)147.78º45%47.06%-
XYZ10.8515.3512.29-
YUV100.55122.61103.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=23.83%
G=43.32%
B=32.85%

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
Decimal66120910.4500.240.53147.7829.0336.47
Hex42785B2D01835941d24
Octal10217013355030652243544
Binary1000010111100010110111011010110001101011001010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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