Html Css Color HEX #536049 Cabbage Pont

📋 copy color: '#536049'

red 83 ◦ green 96 ◦ blue 73

#536049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #536049

Tints of Cabbage Pont #536049

RGB

 RED value IS 83 (32.81% from 255) = 32.94%

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 32.94%
G = 38.1%
B = 28.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#536049 (or 0x536049) is known color: Cabbage Pont. HEX triplet: 53, 60 and 49. RGB value is (83,96,73). Sum of RGB (Red+Green+Blue) = 83+96+73=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #536049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536049 is #AC9FB6. Grayscale: #595959. Windows color (decimal): -11313079 or 4808787. OLE color: 4808787.

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

Color convert

RGB 83 96 73 -
CMYK 0.14 0 0.24 0.62
HSL 93.91º 0.14% 0.33% -
HSV(B) 93.91º 0.24% 0.38% -
XYZ 8.95 10.69 7.89 -
YUV 89.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 83 96 73 0.14 0 0.24 0.62 93.91 0.14 0.33
Hex 53 60 49 E 0 18 3E 5E E 21
Octal 123 140 111 16 0 30 76 136 16 41
Binary 1010011 1100000 1001001 1110 0 11000 111110 1011110 1110 100001

Color Harmonies of #536049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536049

Black with #536049

Text Example


Text Example

White with #536049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536049; }

 p { color: rgb(83,96,73); }

 H1.HeaderClassName
 {
   color: #536049;
 }
 .AnyTagClassName
 {
   color: #536049;
 }
</style>

background-color css

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

 a { background-color: rgb(83,96,73); }

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

border-color css

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

 span { border-color: rgb(83,96,73); }

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