Html Css Color HEX #537220 Green Leaf

📋 copy color: '#537220'

red 83 ◦ green 114 ◦ blue 32

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

Shades of Green Leaf #537220

Tints of Green Leaf #537220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 36.24%
G = 49.78%
B = 13.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#537220 (or 0x537220) is known color: Green Leaf. HEX triplet: 53, 72 and 20. RGB value is (83,114,32). Sum of RGB (Red+Green+Blue) = 83+114+32=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #537220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537220 is #AC8DDF. Grayscale: #5F5F5F. Windows color (decimal): -11308512 or 2126419. OLE color: 2126419.

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

Color convert

RGB 83 114 32 -
CMYK 0.27 0 0.72 0.55
HSL 82.68º 0.56% 0.29% -
HSV(B) 82.68º 0.72% 0.45% -
XYZ 9.85 13.98 3.55 -
YUV 95.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 83 114 32 0.27 0 0.72 0.55 82.68 0.56 0.29
Hex 53 72 20 1B 0 48 37 53 38 1D
Octal 123 162 40 33 0 110 67 123 70 35
Binary 1010011 1110010 100000 11011 0 1001000 110111 1010011 111000 11101

Color Harmonies of #537220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537220

Black with #537220

Text Example


Text Example

White with #537220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537220; }

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

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

background-color css

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

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

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

border-color css

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

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

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