#53924C

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

Shades of Hippie Green #53924C

Tints of Hippie Green #53924C

Color information

#53924C (or 0x53924C) is unknown color: approx Hippie Green. HEX triplet: 53, 92 and 4C. RGB value is (83,146,76). Sum of RGB (Red+Green+Blue) = 83+146+76=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #53924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53924C is #AC6DB3. Grayscale: #777777. Windows color (decimal): -11300276 or 5018195. OLE color: 5018195.

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

Color convert

RGB8314676-
CMYK0.4300.480.43
HSL114º31.53%43.53%-
HSV(B)114º47.95%57.25%-
XYZ15.1522.9210.46-
YUV119.18103.63102.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=27.21%
G=47.87%
B=24.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146760.4300.480.4311431.5343.53
Hex53924C2B0302B72202c
Octal12322211453060531624054
Binary101001110010010100110010101101100001010111110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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