Html Css Color HEX #539050 Hippie Green

📋 copy color: '#539050'

red 83 ◦ green 144 ◦ blue 80

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

Shades of Hippie Green #539050

Tints of Hippie Green #539050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.91%

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

R = 27.04%
G = 46.91%
B = 26.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#539050 (or 0x539050) is known color: Hippie Green. HEX triplet: 53, 90 and 50. RGB value is (83,144,80). Sum of RGB (Red+Green+Blue) = 83+144+80=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #539050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539050 is #AC6FAF. Grayscale: #767676. Windows color (decimal): -11300784 or 5279827. OLE color: 5279827.

HSL color Cylindrical-coordinate representation of color #539050: hue angle of 117.19º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539050 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 80 -
CMYK 0.42 0 0.44 0.44
HSL 117.19º 0.29% 0.44% -
HSV(B) 117.19º 0.44% 0.56% -
XYZ 14.99 22.36 11.12 -
YUV 118.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 83 144 80 0.42 0 0.44 0.44 117.19 0.29 0.44
Hex 53 90 50 2A 0 2C 2C 75 1D 2C
Octal 123 220 120 52 0 54 54 165 35 54
Binary 1010011 10010000 1010000 101010 0 101100 101100 1110101 11101 101100

Color Harmonies of #539050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539050

Black with #539050

Text Example


Text Example

White with #539050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539050; }

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

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

background-color css

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

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

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

border-color css

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

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

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