#42825D

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

Shades of Como #42825D

Tints of Como #42825D

Color information

#42825D (or 0x42825D) is unknown color: approx Como. HEX triplet: 42, 82 and 5D. RGB value is (66,130,93). Sum of RGB (Red+Green+Blue) = 66+130+93=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #42825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42825D is #BD7DA2. Grayscale: #6A6A6A. Windows color (decimal): -12418467 or 6128194. OLE color: 6128194.

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

Color convert

RGB6613093-
CMYK0.4900.280.49
HSL145.31º32.65%38.43%-
HSV(B)145.31º49.23%50.98%-
XYZ12.2117.9113.17-
YUV106.65120.399.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=22.84%
G=44.98%
B=32.18%

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
Decimal66130930.4900.280.49145.3132.6538.43
Hex42825D3101C31912126
Octal10220213561034612214146
Binary100001010000010101110111000101110011000110010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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