Html Css Color HEX #537F50 Hippie Green

📋 copy color: '#537F50'

red 83 ◦ green 127 ◦ blue 80

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

Shades of Hippie Green #537F50

Tints of Hippie Green #537F50

RGB

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

 GREEN value IS 127 (50% from 255) = 43.79%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 28.62%
G = 43.79%
B = 27.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#537F50 (or 0x537F50) is known color: Hippie Green. HEX triplet: 53, 7F and 50. RGB value is (83,127,80). Sum of RGB (Red+Green+Blue) = 83+127+80=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #537F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F50 is #AC80AF. Grayscale: #6C6C6C. Windows color (decimal): -11305136 or 5275475. OLE color: 5275475.

HSL color Cylindrical-coordinate representation of color #537F50: hue angle of 116.17º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537F50 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 127 80 -
CMYK 0.35 0 0.37 0.50
HSL 116.17º 0.23% 0.41% -
HSV(B) 116.17º 0.37% 0.5% -
XYZ 12.6 17.6 10.32 -
YUV 108.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 83 127 80 0.35 0 0.37 0.50 116.17 0.23 0.41
Hex 53 7F 50 23 0 25 32 74 17 29
Octal 123 177 120 43 0 45 62 164 27 51
Binary 1010011 1111111 1010000 100011 0 100101 110010 1110100 10111 101001

Color Harmonies of #537F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F50

Black with #537F50

Text Example


Text Example

White with #537F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537F50; }

 p { color: rgb(83,127,80); }

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

background-color css

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

 a { background-color: rgb(83,127,80); }

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

border-color css

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

 span { border-color: rgb(83,127,80); }

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