#42805D

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

Shades of Como #42805D

Tints of Como #42805D

Color information

#42805D (or 0x42805D) is unknown color: approx Como. HEX triplet: 42, 80 and 5D. RGB value is (66,128,93). Sum of RGB (Red+Green+Blue) = 66+128+93=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #42805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42805D is #BD7FA2. Grayscale: #696969. Windows color (decimal): -12418979 or 6127682. OLE color: 6127682.

HSL color Cylindrical-coordinate representation of color #42805D: hue angle of 146.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42805D is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB6612893-
CMYK0.4800.270.50
HSL146.13º31.96%38.04%-
HSV(B)146.13º48.44%50.2%-
XYZ11.9417.3913.08-
YUV105.47120.9699.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=23.00%
G=44.60%
B=32.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128930.4800.270.50146.1331.9638.04
Hex42805D3001B32922026
Octal10220013560033622224046
Binary100001010000000101110111000001101111001010010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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