Html Css Color HEX #537531 Green Leaf

📋 copy color: '#537531'

red 83 ◦ green 117 ◦ blue 49

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

Shades of Green Leaf #537531

Tints of Green Leaf #537531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.99%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 33.33%
G = 46.99%
B = 19.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#537531 (or 0x537531) is known color: Green Leaf. HEX triplet: 53, 75 and 31. RGB value is (83,117,49). Sum of RGB (Red+Green+Blue) = 83+117+49=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #537531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537531 is #AC8ACE. Grayscale: #636363. Windows color (decimal): -11307727 or 3241299. OLE color: 3241299.

HSL color Cylindrical-coordinate representation of color #537531: hue angle of 90º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #537531 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 49 -
CMYK 0.29 0 0.58 0.54
HSL 90º 0.41% 0.33% -
HSV(B) 90º 0.58% 0.46% -
XYZ 10.48 14.78 5.21 -
YUV 99.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 83 117 49 0.29 0 0.58 0.54 90 0.41 0.33
Hex 53 75 31 1D 0 3A 36 5A 29 21
Octal 123 165 61 35 0 72 66 132 51 41
Binary 1010011 1110101 110001 11101 0 111010 110110 1011010 101001 100001

Color Harmonies of #537531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537531

Black with #537531

Text Example


Text Example

White with #537531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537531; }

 p { color: rgb(83,117,49); }

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

background-color css

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

 a { background-color: rgb(83,117,49); }

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

border-color css

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

 span { border-color: rgb(83,117,49); }

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