Html Css Color HEX #537E2A Green Leaf

📋 copy color: '#537E2A'

red 83 ◦ green 126 ◦ blue 42

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

Shades of Green Leaf #537E2A

Tints of Green Leaf #537E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.2%

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 33.07%
G = 50.2%
B = 16.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#537E2A (or 0x537E2A) is known color: Green Leaf. HEX triplet: 53, 7E and 2A. RGB value is (83,126,42). Sum of RGB (Red+Green+Blue) = 83+126+42=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #537E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537E2A is #AC81D5. Grayscale: #676767. Windows color (decimal): -11305430 or 2784851. OLE color: 2784851.

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

Color convert

RGB 83 126 42 -
CMYK 0.34 0 0.67 0.51
HSL 90.71º 0.5% 0.33% -
HSV(B) 90.71º 0.67% 0.49% -
XYZ 11.45 16.93 4.85 -
YUV 103.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 83 126 42 0.34 0 0.67 0.51 90.71 0.5 0.33
Hex 53 7E 2A 22 0 43 33 5B 32 21
Octal 123 176 52 42 0 103 63 133 62 41
Binary 1010011 1111110 101010 100010 0 1000011 110011 1011011 110010 100001

Color Harmonies of #537E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E2A

Black with #537E2A

Text Example


Text Example

White with #537E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,126,42); }

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

background-color css

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

 a { background-color: rgb(83,126,42); }

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

border-color css

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

 span { border-color: rgb(83,126,42); }

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