#536346

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

Shades of Cabbage Pont #536346

Tints of Cabbage Pont #536346

Color information

#536346 (or 0x536346) is unknown color: approx Cabbage Pont. HEX triplet: 53, 63 and 46. RGB value is (83,99,70). Sum of RGB (Red+Green+Blue) = 83+99+70=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #536346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536346 is #AC9CB9. Grayscale: #5B5B5B. Windows color (decimal): -11312314 or 4612947. OLE color: 4612947.

HSL color Cylindrical-coordinate representation of color #536346: hue angle of 93.1º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #536346 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB839970-
CMYK0.1600.290.61
HSL93.1º17.16%33.14%-
HSV(B)93.1º29.29%38.82%-
XYZ9.1311.27.48-
YUV90.91116.2122.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=32.94%
G=39.29%
B=27.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399700.1600.290.6193.117.1633.14
Hex5363461001D3D5d1121
Octal12314310620035751352141
Binary10100111100011100011010000011101111101101110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536346; }

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

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

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

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

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

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

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

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