#42815D

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

Shades of Como #42815D

Tints of Como #42815D

Color information

#42815D (or 0x42815D) is unknown color: approx Como. HEX triplet: 42, 81 and 5D. RGB value is (66,129,93). Sum of RGB (Red+Green+Blue) = 66+129+93=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #42815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42815D is #BD7EA2. Grayscale: #6A6A6A. Windows color (decimal): -12418723 or 6127938. OLE color: 6127938.

HSL color Cylindrical-coordinate representation of color #42815D: hue angle of 145.71º 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 #42815D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB6612993-
CMYK0.4900.280.49
HSL145.71º32.31%38.24%-
HSV(B)145.71º48.84%50.59%-
XYZ12.0717.6513.13-
YUV106.06120.6399.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=22.92%
G=44.79%
B=32.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129930.4900.280.49145.7132.3138.24
Hex42815D3101C31922026
Octal10220113561034612224046
Binary100001010000001101110111000101110011000110010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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