Html Css Color HEX #537D2D Green Leaf

📋 copy color: '#537D2D'

red 83 ◦ green 125 ◦ blue 45

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

Shades of Green Leaf #537D2D

Tints of Green Leaf #537D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 32.81%
G = 49.41%
B = 17.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#537D2D (or 0x537D2D) is known color: Green Leaf. HEX triplet: 53, 7D and 2D. RGB value is (83,125,45). Sum of RGB (Red+Green+Blue) = 83+125+45=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #537D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D2D is #AC82D2. Grayscale: #676767. Windows color (decimal): -11305683 or 2981203. OLE color: 2981203.

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

Color convert

RGB 83 125 45 -
CMYK 0.34 0 0.64 0.51
HSL 91.5º 0.47% 0.33% -
HSV(B) 91.5º 0.64% 0.49% -
XYZ 11.37 16.7 5.11 -
YUV 103.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 83 125 45 0.34 0 0.64 0.51 91.5 0.47 0.33
Hex 53 7D 2D 22 0 40 33 5C 2F 21
Octal 123 175 55 42 0 100 63 134 57 41
Binary 1010011 1111101 101101 100010 0 1000000 110011 1011100 101111 100001

Color Harmonies of #537D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D2D

Black with #537D2D

Text Example


Text Example

White with #537D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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