Html Css Color HEX #537D21 Green Leaf

📋 copy color: '#537D21'

red 83 ◦ green 125 ◦ blue 33

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

Shades of Green Leaf #537D21

Tints of Green Leaf #537D21

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.87%

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 34.44%
G = 51.87%
B = 13.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#537D21 (or 0x537D21) is known color: Green Leaf. HEX triplet: 53, 7D and 21. RGB value is (83,125,33). Sum of RGB (Red+Green+Blue) = 83+125+33=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #537D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D21 is #AC82DE. Grayscale: #666666. Windows color (decimal): -11305695 or 2194771. OLE color: 2194771.

HSL color Cylindrical-coordinate representation of color #537D21: hue angle of 87.39º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #537D21 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 125 33 -
CMYK 0.34 0 0.74 0.51
HSL 87.39º 0.58% 0.31% -
HSV(B) 87.39º 0.74% 0.49% -
XYZ 11.18 16.62 4.06 -
YUV 101.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 83 125 33 0.34 0 0.74 0.51 87.39 0.58 0.31
Hex 53 7D 21 22 0 4A 33 57 3A 1F
Octal 123 175 41 42 0 112 63 127 72 37
Binary 1010011 1111101 100001 100010 0 1001010 110011 1010111 111010 11111

Color Harmonies of #537D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D21

Black with #537D21

Text Example


Text Example

White with #537D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537D21; }

 p { color: rgb(83,125,33); }

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

background-color css

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

 a { background-color: rgb(83,125,33); }

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

border-color css

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

 span { border-color: rgb(83,125,33); }

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