#539053

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

Shades of Hippie Green #539053

Tints of Hippie Green #539053

Color information

#539053 (or 0x539053) is unknown color: approx Hippie Green. HEX triplet: 53, 90 and 53. RGB value is (83,144,83). Sum of RGB (Red+Green+Blue) = 83+144+83=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #539053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539053 is #AC6FAC. Grayscale: #767676. Windows color (decimal): -11300781 or 5476435. OLE color: 5476435.

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

Color convert

RGB8314483-
CMYK0.4200.420.44
HSL120º26.87%44.51%-
HSV(B)120º42.36%56.47%-
XYZ15.122.4111.71-
YUV118.81107.79102.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=26.77%
G=46.45%
B=26.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144830.4200.420.4412026.8744.51
Hex5390532A02A2C781b2d
Octal12322012352052541703355
Binary10100111001000010100111010100101010101100111100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539053; }

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

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

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

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

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

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

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

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