Html Css Color HEX #536245 Cabbage Pont

📋 copy color: '#536245'

red 83 ◦ green 98 ◦ blue 69

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

Shades of Cabbage Pont #536245

Tints of Cabbage Pont #536245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 33.2%
G = 39.2%
B = 27.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#536245 (or 0x536245) is known color: Cabbage Pont. HEX triplet: 53, 62 and 45. RGB value is (83,98,69). Sum of RGB (Red+Green+Blue) = 83+98+69=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #536245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536245 is #AC9DBA. Grayscale: #5A5A5A. Windows color (decimal): -11312571 or 4547155. OLE color: 4547155.

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

Color convert

RGB 83 98 69 -
CMYK 0.15 0 0.30 0.62
HSL 91.03º 0.17% 0.33% -
HSV(B) 91.03º 0.3% 0.38% -
XYZ 9.01 11 7.28 -
YUV 90.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 83 98 69 0.15 0 0.30 0.62 91.03 0.17 0.33
Hex 53 62 45 F 0 1E 3E 5B 11 21
Octal 123 142 105 17 0 36 76 133 21 41
Binary 1010011 1100010 1000101 1111 0 11110 111110 1011011 10001 100001

Color Harmonies of #536245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536245

Black with #536245

Text Example


Text Example

White with #536245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536245; }

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

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

background-color css

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

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

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

border-color css

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

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

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