Html Css Color HEX #537120 Green Leaf

📋 copy color: '#537120'

red 83 ◦ green 113 ◦ blue 32

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

Shades of Green Leaf #537120

Tints of Green Leaf #537120

RGB

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

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

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

R = 36.4%
G = 49.56%
B = 14.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#537120 (or 0x537120) is known color: Green Leaf. HEX triplet: 53, 71 and 20. RGB value is (83,113,32). Sum of RGB (Red+Green+Blue) = 83+113+32=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #537120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537120 is #AC8EDF. Grayscale: #5F5F5F. Windows color (decimal): -11308768 or 2126163. OLE color: 2126163.

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

Color convert

RGB 83 113 32 -
CMYK 0.27 0 0.72 0.56
HSL 82.22º 0.56% 0.28% -
HSV(B) 82.22º 0.72% 0.44% -
XYZ 9.73 13.75 3.51 -
YUV 94.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 83 113 32 0.27 0 0.72 0.56 82.22 0.56 0.28
Hex 53 71 20 1B 0 48 38 52 38 1C
Octal 123 161 40 33 0 110 70 122 70 34
Binary 1010011 1110001 100000 11011 0 1001000 111000 1010010 111000 11100

Color Harmonies of #537120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537120

Black with #537120

Text Example


Text Example

White with #537120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537120; }

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

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

background-color css

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

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

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

border-color css

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

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

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