Html Css Color HEX #537134 Green Leaf

📋 copy color: '#537134'

red 83 ◦ green 113 ◦ blue 52

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

Shades of Green Leaf #537134

Tints of Green Leaf #537134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 33.47%
G = 45.56%
B = 20.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#537134 (or 0x537134) is known color: Green Leaf. HEX triplet: 53, 71 and 34. RGB value is (83,113,52). Sum of RGB (Red+Green+Blue) = 83+113+52=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #537134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537134 is #AC8ECB. Grayscale: #616161. Windows color (decimal): -11308748 or 3436883. OLE color: 3436883.

HSL color Cylindrical-coordinate representation of color #537134: hue angle of 89.51º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537134 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 52 -
CMYK 0.27 0 0.54 0.56
HSL 89.51º 0.37% 0.32% -
HSV(B) 89.51º 0.54% 0.44% -
XYZ 10.09 13.9 5.4 -
YUV 97.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 83 113 52 0.27 0 0.54 0.56 89.51 0.37 0.32
Hex 53 71 34 1B 0 36 38 5A 25 20
Octal 123 161 64 33 0 66 70 132 45 40
Binary 1010011 1110001 110100 11011 0 110110 111000 1011010 100101 100000

Color Harmonies of #537134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537134

Black with #537134

Text Example


Text Example

White with #537134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537134; }

 p { color: rgb(83,113,52); }

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

background-color css

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

 a { background-color: rgb(83,113,52); }

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

border-color css

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

 span { border-color: rgb(83,113,52); }

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