Html Css Color HEX #536B32 Green Leaf

📋 copy color: '#536B32'

red 83 ◦ green 107 ◦ blue 50

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

Shades of Green Leaf #536B32

Tints of Green Leaf #536B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

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

R = 34.58%
G = 44.58%
B = 20.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#536B32 (or 0x536B32) is known color: Green Leaf. HEX triplet: 53, 6B and 32. RGB value is (83,107,50). Sum of RGB (Red+Green+Blue) = 83+107+50=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #536B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B32 is #AC94CD. Grayscale: #5D5D5D. Windows color (decimal): -11310286 or 3304275. OLE color: 3304275.

HSL color Cylindrical-coordinate representation of color #536B32: hue angle of 85.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #536B32 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 50 -
CMYK 0.22 0 0.53 0.58
HSL 85.26º 0.36% 0.31% -
HSV(B) 85.26º 0.53% 0.42% -
XYZ 9.4 12.58 4.95 -
YUV 93.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 83 107 50 0.22 0 0.53 0.58 85.26 0.36 0.31
Hex 53 6B 32 16 0 35 3A 55 24 1F
Octal 123 153 62 26 0 65 72 125 44 37
Binary 1010011 1101011 110010 10110 0 110101 111010 1010101 100100 11111

Color Harmonies of #536B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B32

Black with #536B32

Text Example


Text Example

White with #536B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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