Html Css Color HEX #537131 Green Leaf

📋 copy color: '#537131'

red 83 ◦ green 113 ◦ blue 49

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

Shades of Green Leaf #537131

Tints of Green Leaf #537131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

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

R = 33.88%
G = 46.12%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#537131 (or 0x537131) is known color: Green Leaf. HEX triplet: 53, 71 and 31. RGB value is (83,113,49). Sum of RGB (Red+Green+Blue) = 83+113+49=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #537131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537131 is #AC8ECE. Grayscale: #606060. Windows color (decimal): -11308751 or 3240275. OLE color: 3240275.

HSL color Cylindrical-coordinate representation of color #537131: hue angle of 88.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537131 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 49 -
CMYK 0.27 0 0.57 0.56
HSL 88.13º 0.4% 0.32% -
HSV(B) 88.13º 0.57% 0.44% -
XYZ 10.03 13.87 5.05 -
YUV 96.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 83 113 49 0.27 0 0.57 0.56 88.13 0.4 0.32
Hex 53 71 31 1B 0 39 38 58 28 20
Octal 123 161 61 33 0 71 70 130 50 40
Binary 1010011 1110001 110001 11011 0 111001 111000 1011000 101000 100000

Color Harmonies of #537131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537131

Black with #537131

Text Example


Text Example

White with #537131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537131; }

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

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

background-color css

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

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

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

border-color css

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

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

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