Html Css Color HEX #537F2E Green Leaf

📋 copy color: '#537F2E'

red 83 ◦ green 127 ◦ blue 46

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

Shades of Green Leaf #537F2E

Tints of Green Leaf #537F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 49.61%

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 32.42%
G = 49.61%
B = 17.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#537F2E (or 0x537F2E) is known color: Green Leaf. HEX triplet: 53, 7F and 2E. RGB value is (83,127,46). Sum of RGB (Red+Green+Blue) = 83+127+46=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #537F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F2E is #AC80D1. Grayscale: #686868. Windows color (decimal): -11305170 or 3047251. OLE color: 3047251.

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

Color convert

RGB 83 127 46 -
CMYK 0.35 0 0.64 0.50
HSL 92.59º 0.47% 0.34% -
HSV(B) 92.59º 0.64% 0.5% -
XYZ 11.65 17.22 5.29 -
YUV 104.61 94.92 112.59 -
System Red Green Blue C M Y K H S L
Decimal 83 127 46 0.35 0 0.64 0.50 92.59 0.47 0.34
Hex 53 7F 2E 23 0 40 32 5D 2F 22
Octal 123 177 56 43 0 100 62 135 57 42
Binary 1010011 1111111 101110 100011 0 1000000 110010 1011101 101111 100010

Color Harmonies of #537F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F2E

Black with #537F2E

Text Example


Text Example

White with #537F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,46); }

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

background-color css

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

 a { background-color: rgb(83,127,46); }

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

border-color css

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

 span { border-color: rgb(83,127,46); }

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