#42865D

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

Shades of Como #42865D

Tints of Como #42865D

Color information

#42865D (or 0x42865D) is unknown color: approx Como. HEX triplet: 42, 86 and 5D. RGB value is (66,134,93). Sum of RGB (Red+Green+Blue) = 66+134+93=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #42865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42865D is #BD79A2. Grayscale: #6D6D6D. Windows color (decimal): -12417443 or 6129218. OLE color: 6129218.

HSL color Cylindrical-coordinate representation of color #42865D: hue angle of 143.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42865D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB6613493-
CMYK0.5100.310.47
HSL143.82º34%39.22%-
HSV(B)143.82º50.75%52.55%-
XYZ12.751913.35-
YUV108.99118.9797.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=22.53%
G=45.73%
B=31.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134930.5100.310.47143.823439.22
Hex42865D3301F2F902227
Octal10220613563037572204247
Binary100001010000110101110111001101111110111110010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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