#42513A

Color #42513A Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #42513A

Tints of Cabbage Pont #42513A

Color information

#42513A (or 0x42513A) is unknown color: approx Cabbage Pont. HEX triplet: 42, 51 and 3A. RGB value is (66,81,58). Sum of RGB (Red+Green+Blue) = 66+81+58=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #42513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42513A is #BDAEC5. Grayscale: #494949. Windows color (decimal): -12431046 or 3821890. OLE color: 3821890.

HSL color Cylindrical-coordinate representation of color #42513A: hue angle of 99.13º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #42513A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB668158-
CMYK0.1900.280.68
HSL99.13º16.55%27.25%-
HSV(B)99.13º28.4%31.76%-
XYZ5.957.355.11-
YUV73.89119.03122.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=32.20%
G=39.51%
B=28.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681580.1900.280.6899.1316.5527.25
Hex42513A1301C4463111b
Octal10212172230341041432133
Binary1000010101000111101010011011100100010011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42513A; }

 p { color: rgb(66,81,58); }

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

<style>
 a { background-color: #42513A; }

 a { background-color: rgb(66,81,58); }

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

<style>
 span { border-color: #42513A; }

 span { border-color: rgb(66,81,58); }

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