#53924A

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

Shades of Hippie Green #53924A

Tints of Hippie Green #53924A

Color information

#53924A (or 0x53924A) is unknown color: approx Hippie Green. HEX triplet: 53, 92 and 4A. RGB value is (83,146,74). Sum of RGB (Red+Green+Blue) = 83+146+74=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #53924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53924A is #AC6DB5. Grayscale: #777777. Windows color (decimal): -11300278 or 4887123. OLE color: 4887123.

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

Color convert

RGB8314674-
CMYK0.4300.490.43
HSL112.5º32.73%43.14%-
HSV(B)112.5º49.32%57.25%-
XYZ15.0822.8910.1-
YUV118.96102.63102.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=27.39%
G=48.18%
B=24.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146740.4300.490.43112.532.7343.14
Hex53924A2B0312B70212b
Octal12322211253061531604153
Binary101001110010010100101010101101100011010111110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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