#536146

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

Shades of Cabbage Pont #536146

Tints of Cabbage Pont #536146

Color information

#536146 (or 0x536146) is unknown color: approx Cabbage Pont. HEX triplet: 53, 61 and 46. RGB value is (83,97,70). Sum of RGB (Red+Green+Blue) = 83+97+70=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #536146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536146 is #AC9EB9. Grayscale: #595959. Windows color (decimal): -11312826 or 4612435. OLE color: 4612435.

HSL color Cylindrical-coordinate representation of color #536146: hue angle of 91.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #536146 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB839770-
CMYK0.1400.280.62
HSL91.11º16.17%32.75%-
HSV(B)91.11º27.84%38.04%-
XYZ8.9510.837.41-
YUV89.74116.86123.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 70 (27.73% from 255) = 28%
R=33.2%
G=38.8%
B=28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397700.1400.280.6291.1116.1732.75
Hex536146E01C3E5b1021
Octal12314110616034761332041
Binary1010011110000110001101110011100111110101101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536146; }

 p { color: rgb(83,97,70); }

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

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

 a { background-color: rgb(83,97,70); }

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

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

 span { border-color: rgb(83,97,70); }

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