Html Css Color HEX #536246 Cabbage Pont

📋 copy color: '#536246'

red 83 ◦ green 98 ◦ blue 70

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

Shades of Cabbage Pont #536246

Tints of Cabbage Pont #536246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 33.07%
G = 39.04%
B = 27.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#536246 (or 0x536246) is known color: Cabbage Pont. HEX triplet: 53, 62 and 46. RGB value is (83,98,70). Sum of RGB (Red+Green+Blue) = 83+98+70=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #536246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536246 is #AC9DB9. Grayscale: #5A5A5A. Windows color (decimal): -11312570 or 4612691. OLE color: 4612691.

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

Color convert

RGB 83 98 70 -
CMYK 0.15 0 0.29 0.62
HSL 92.14º 0.17% 0.33% -
HSV(B) 92.14º 0.29% 0.38% -
XYZ 9.04 11.02 7.44 -
YUV 90.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 83 98 70 0.15 0 0.29 0.62 92.14 0.17 0.33
Hex 53 62 46 F 0 1D 3E 5C 11 21
Octal 123 142 106 17 0 35 76 134 21 41
Binary 1010011 1100010 1000110 1111 0 11101 111110 1011100 10001 100001

Color Harmonies of #536246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536246

Black with #536246

Text Example


Text Example

White with #536246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536246; }

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

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

background-color css

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

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

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

border-color css

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

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

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