Html Css Color HEX #536B20 Green Leaf

📋 copy color: '#536B20'

red 83 ◦ green 107 ◦ blue 32

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

Shades of Green Leaf #536B20

Tints of Green Leaf #536B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 37.39%
G = 48.2%
B = 14.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#536B20 (or 0x536B20) is known color: Green Leaf. HEX triplet: 53, 6B and 20. RGB value is (83,107,32). Sum of RGB (Red+Green+Blue) = 83+107+32=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #536B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B20 is #AC94DF. Grayscale: #5B5B5B. Windows color (decimal): -11310304 or 2124627. OLE color: 2124627.

HSL color Cylindrical-coordinate representation of color #536B20: hue angle of 79.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #536B20 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 32 -
CMYK 0.22 0 0.70 0.58
HSL 79.2º 0.54% 0.27% -
HSV(B) 79.2º 0.7% 0.42% -
XYZ 9.09 12.46 3.29 -
YUV 91.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 83 107 32 0.22 0 0.70 0.58 79.2 0.54 0.27
Hex 53 6B 20 16 0 46 3A 4F 36 1B
Octal 123 153 40 26 0 106 72 117 66 33
Binary 1010011 1101011 100000 10110 0 1000110 111010 1001111 110110 11011

Color Harmonies of #536B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B20

Black with #536B20

Text Example


Text Example

White with #536B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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