Html Css Color HEX #536B31 Green Leaf

📋 copy color: '#536B31'

red 83 ◦ green 107 ◦ blue 49

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

Shades of Green Leaf #536B31

Tints of Green Leaf #536B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 34.73%
G = 44.77%
B = 20.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#536B31 (or 0x536B31) is known color: Green Leaf. HEX triplet: 53, 6B and 31. RGB value is (83,107,49). Sum of RGB (Red+Green+Blue) = 83+107+49=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #536B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B31 is #AC94CE. Grayscale: #5D5D5D. Windows color (decimal): -11310287 or 3238739. OLE color: 3238739.

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

Color convert

RGB 83 107 49 -
CMYK 0.22 0 0.54 0.58
HSL 84.83º 0.37% 0.31% -
HSV(B) 84.83º 0.54% 0.42% -
XYZ 9.38 12.58 4.84 -
YUV 93.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 83 107 49 0.22 0 0.54 0.58 84.83 0.37 0.31
Hex 53 6B 31 16 0 36 3A 55 25 1F
Octal 123 153 61 26 0 66 72 125 45 37
Binary 1010011 1101011 110001 10110 0 110110 111010 1010101 100101 11111

Color Harmonies of #536B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B31

Black with #536B31

Text Example


Text Example

White with #536B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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