Html Css Color HEX #537920 Green Leaf

📋 copy color: '#537920'

red 83 ◦ green 121 ◦ blue 32

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

Shades of Green Leaf #537920

Tints of Green Leaf #537920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 35.17%
G = 51.27%
B = 13.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#537920 (or 0x537920) is known color: Green Leaf. HEX triplet: 53, 79 and 20. RGB value is (83,121,32). Sum of RGB (Red+Green+Blue) = 83+121+32=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #537920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537920 is #AC86DF. Grayscale: #636363. Windows color (decimal): -11306720 or 2128211. OLE color: 2128211.

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

Color convert

RGB 83 121 32 -
CMYK 0.31 0 0.74 0.53
HSL 85.62º 0.58% 0.3% -
HSV(B) 85.62º 0.74% 0.47% -
XYZ 10.67 15.62 3.82 -
YUV 99.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 83 121 32 0.31 0 0.74 0.53 85.62 0.58 0.3
Hex 53 79 20 1F 0 4A 35 56 3A 1E
Octal 123 171 40 37 0 112 65 126 72 36
Binary 1010011 1111001 100000 11111 0 1001010 110101 1010110 111010 11110

Color Harmonies of #537920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537920

Black with #537920

Text Example


Text Example

White with #537920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537920; }

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

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

background-color css

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

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

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

border-color css

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

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

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