Html Css Color HEX #537225 Green Leaf

📋 copy color: '#537225'

red 83 ◦ green 114 ◦ blue 37

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

Shades of Green Leaf #537225

Tints of Green Leaf #537225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

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

R = 35.47%
G = 48.72%
B = 15.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#537225 (or 0x537225) is known color: Green Leaf. HEX triplet: 53, 72 and 25. RGB value is (83,114,37). Sum of RGB (Red+Green+Blue) = 83+114+37=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #537225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537225 is #AC8DDA. Grayscale: #606060. Windows color (decimal): -11308507 or 2454099. OLE color: 2454099.

HSL color Cylindrical-coordinate representation of color #537225: hue angle of 84.16º degrees, saturation: 0.51, 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 #537225 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 37 -
CMYK 0.27 0 0.68 0.55
HSL 84.16º 0.51% 0.3% -
HSV(B) 84.16º 0.68% 0.45% -
XYZ 9.92 14.01 3.93 -
YUV 95.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 83 114 37 0.27 0 0.68 0.55 84.16 0.51 0.3
Hex 53 72 25 1B 0 44 37 54 33 1E
Octal 123 162 45 33 0 104 67 124 63 36
Binary 1010011 1110010 100101 11011 0 1000100 110111 1010100 110011 11110

Color Harmonies of #537225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537225

Black with #537225

Text Example


Text Example

White with #537225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537225; }

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

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

background-color css

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

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

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

border-color css

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

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

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