#42815E

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

Shades of Como #42815E

Tints of Como #42815E

Color information

#42815E (or 0x42815E) is unknown color: approx Como. HEX triplet: 42, 81 and 5E. RGB value is (66,129,94). Sum of RGB (Red+Green+Blue) = 66+129+94=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #42815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42815E is #BD7EA1. Grayscale: #6A6A6A. Windows color (decimal): -12418722 or 6193474. OLE color: 6193474.

HSL color Cylindrical-coordinate representation of color #42815E: hue angle of 146.67º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42815E is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB6612994-
CMYK0.4900.270.49
HSL146.67º32.31%38.24%-
HSV(B)146.67º48.84%50.59%-
XYZ12.1217.6713.36-
YUV106.17121.1399.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=22.84%
G=44.64%
B=32.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129940.4900.270.49146.6732.3138.24
Hex42815E3101B31932026
Octal10220113661033612234046
Binary100001010000001101111011000101101111000110010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42815E; }

 p { color: rgb(66,129,94); }

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

<style>
 a { background-color: #42815E; }

 a { background-color: rgb(66,129,94); }

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

<style>
 span { border-color: #42815E; }

 span { border-color: rgb(66,129,94); }

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