Html Css Color HEX #537425 Green Leaf

📋 copy color: '#537425'

red 83 ◦ green 116 ◦ blue 37

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

Shades of Green Leaf #537425

Tints of Green Leaf #537425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 35.17%
G = 49.15%
B = 15.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#537425 (or 0x537425) is known color: Green Leaf. HEX triplet: 53, 74 and 25. RGB value is (83,116,37). Sum of RGB (Red+Green+Blue) = 83+116+37=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #537425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537425 is #AC8BDA. Grayscale: #616161. Windows color (decimal): -11307995 or 2454611. OLE color: 2454611.

HSL color Cylindrical-coordinate representation of color #537425: hue angle of 85.06º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #537425 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 116 37 -
CMYK 0.28 0 0.68 0.55
HSL 85.06º 0.52% 0.3% -
HSV(B) 85.06º 0.68% 0.45% -
XYZ 10.15 14.46 4.01 -
YUV 97.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 83 116 37 0.28 0 0.68 0.55 85.06 0.52 0.3
Hex 53 74 25 1C 0 44 37 55 34 1E
Octal 123 164 45 34 0 104 67 125 64 36
Binary 1010011 1110100 100101 11100 0 1000100 110111 1010101 110100 11110

Color Harmonies of #537425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537425

Black with #537425

Text Example


Text Example

White with #537425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537425; }

 p { color: rgb(83,116,37); }

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

background-color css

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

 a { background-color: rgb(83,116,37); }

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

border-color css

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

 span { border-color: rgb(83,116,37); }

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