Html Css Color HEX #536E32 Green Leaf

📋 copy color: '#536E32'

red 83 ◦ green 110 ◦ blue 50

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

Shades of Green Leaf #536E32

Tints of Green Leaf #536E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.27%

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 34.16%
G = 45.27%
B = 20.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#536E32 (or 0x536E32) is known color: Green Leaf. HEX triplet: 53, 6E and 32. RGB value is (83,110,50). Sum of RGB (Red+Green+Blue) = 83+110+50=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #536E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536E32 is #AC91CD. Grayscale: #5F5F5F. Windows color (decimal): -11309518 or 3305043. OLE color: 3305043.

HSL color Cylindrical-coordinate representation of color #536E32: hue angle of 87º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536E32 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 110 50 -
CMYK 0.25 0 0.55 0.57
HSL 87º 0.38% 0.31% -
HSV(B) 87º 0.55% 0.43% -
XYZ 9.72 13.22 5.06 -
YUV 95.09 102.55 119.38 -
System Red Green Blue C M Y K H S L
Decimal 83 110 50 0.25 0 0.55 0.57 87 0.38 0.31
Hex 53 6E 32 19 0 37 39 57 26 1F
Octal 123 156 62 31 0 67 71 127 46 37
Binary 1010011 1101110 110010 11001 0 110111 111001 1010111 100110 11111

Color Harmonies of #536E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E32

Black with #536E32

Text Example


Text Example

White with #536E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536E32; }

 p { color: rgb(83,110,50); }

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

background-color css

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

 a { background-color: rgb(83,110,50); }

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

border-color css

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

 span { border-color: rgb(83,110,50); }

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