#53944A

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

Shades of Hippie Green #53944A

Tints of Hippie Green #53944A

Color information

#53944A (or 0x53944A) is unknown color: approx Hippie Green. HEX triplet: 53, 94 and 4A. RGB value is (83,148,74). Sum of RGB (Red+Green+Blue) = 83+148+74=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #53944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53944A is #AC6BB5. Grayscale: #787878. Windows color (decimal): -11299766 or 4887635. OLE color: 4887635.

HSL color Cylindrical-coordinate representation of color #53944A: hue angle of 112.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53944A is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8314874-
CMYK0.4400.500.42
HSL112.7º33.33%43.53%-
HSV(B)112.7º50%58.04%-
XYZ15.3923.5110.21-
YUV120.13101.97101.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=27.21%
G=48.52%
B=24.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148740.4400.500.42112.733.3343.53
Hex53944A2C0322A71212c
Octal12322411254062521614154
Binary101001110010100100101010110001100101010101110001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53944A; }

 p { color: rgb(83,148,74); }

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

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

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

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

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

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

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