Html Css Color HEX #537925 Green Leaf

📋 copy color: '#537925'

red 83 ◦ green 121 ◦ blue 37

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

Shades of Green Leaf #537925

Tints of Green Leaf #537925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

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

R = 34.44%
G = 50.21%
B = 15.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#537925 (or 0x537925) is known color: Green Leaf. HEX triplet: 53, 79 and 25. RGB value is (83,121,37). Sum of RGB (Red+Green+Blue) = 83+121+37=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #537925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537925 is #AC86DA. Grayscale: #646464. Windows color (decimal): -11306715 or 2455891. OLE color: 2455891.

HSL color Cylindrical-coordinate representation of color #537925: hue angle of 87.14º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #537925 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 37 -
CMYK 0.31 0 0.69 0.53
HSL 87.14º 0.53% 0.31% -
HSV(B) 87.14º 0.69% 0.47% -
XYZ 10.74 15.65 4.2 -
YUV 100.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 83 121 37 0.31 0 0.69 0.53 87.14 0.53 0.31
Hex 53 79 25 1F 0 45 35 57 35 1F
Octal 123 171 45 37 0 105 65 127 65 37
Binary 1010011 1111001 100101 11111 0 1000101 110101 1010111 110101 11111

Color Harmonies of #537925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537925

Black with #537925

Text Example


Text Example

White with #537925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537925; }

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

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

background-color css

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

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

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

border-color css

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

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

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