Html Css Color HEX #537C2D Green Leaf

📋 copy color: '#537C2D'

red 83 ◦ green 124 ◦ blue 45

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

Shades of Green Leaf #537C2D

Tints of Green Leaf #537C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.21%

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

R = 32.94%
G = 49.21%
B = 17.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#537C2D (or 0x537C2D) is known color: Green Leaf. HEX triplet: 53, 7C and 2D. RGB value is (83,124,45). Sum of RGB (Red+Green+Blue) = 83+124+45=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #537C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C2D is #AC83D2. Grayscale: #676767. Windows color (decimal): -11305939 or 2980947. OLE color: 2980947.

HSL color Cylindrical-coordinate representation of color #537C2D: hue angle of 91.14º 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 #537C2D is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 45 -
CMYK 0.33 0 0.64 0.51
HSL 91.14º 0.47% 0.33% -
HSV(B) 91.14º 0.64% 0.49% -
XYZ 11.25 16.44 5.06 -
YUV 102.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 83 124 45 0.33 0 0.64 0.51 91.14 0.47 0.33
Hex 53 7C 2D 21 0 40 33 5B 2F 21
Octal 123 174 55 41 0 100 63 133 57 41
Binary 1010011 1111100 101101 100001 0 1000000 110011 1011011 101111 100001

Color Harmonies of #537C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C2D

Black with #537C2D

Text Example


Text Example

White with #537C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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