#539250

Color #539250 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #539250

Tints of Hippie Green #539250

Color information

#539250 (or 0x539250) is unknown color: approx Hippie Green. HEX triplet: 53, 92 and 50. RGB value is (83,146,80). Sum of RGB (Red+Green+Blue) = 83+146+80=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #539250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539250 is #AC6DAF. Grayscale: #777777. Windows color (decimal): -11300272 or 5280339. OLE color: 5280339.

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

Color convert

RGB8314680-
CMYK0.4300.450.43
HSL117.27º29.2%44.31%-
HSV(B)117.27º45.21%57.25%-
XYZ15.2922.9811.22-
YUV119.64105.63101.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=26.86%
G=47.25%
B=25.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146800.4300.450.43117.2729.244.31
Hex5392502B02D2B751d2c
Octal12322212053055531653554
Binary10100111001001010100001010110101101101011111010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539250; }

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

 H1.HeaderClassName
 {
   color: #539250;
 }
 .AnyTagClassName
 {
   color: #539250;
 }
</style>
background-color css

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

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

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

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

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

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