#53934C

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

Shades of Hippie Green #53934C

Tints of Hippie Green #53934C

Color information

#53934C (or 0x53934C) is unknown color: approx Hippie Green. HEX triplet: 53, 93 and 4C. RGB value is (83,147,76). Sum of RGB (Red+Green+Blue) = 83+147+76=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #53934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53934C is #AC6CB3. Grayscale: #777777. Windows color (decimal): -11300020 or 5018451. OLE color: 5018451.

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

Color convert

RGB8314776-
CMYK0.4400.480.42
HSL114.08º31.84%43.73%-
HSV(B)114.08º48.3%57.65%-
XYZ15.3123.2310.51-
YUV119.77103.3101.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 147 (57.81% from 255) = 48.04%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=27.12%
G=48.04%
B=24.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147760.4400.480.42114.0831.8443.73
Hex53934C2C0302A72202c
Octal12322311454060521624054
Binary101001110010011100110010110001100001010101110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53934C; }

 p { color: rgb(83,147,76); }

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

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

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

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

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

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

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