#5D9B4A

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

Shades of Hippie Green #5D9B4A

Tints of Hippie Green #5D9B4A

Color information

#5D9B4A (or 0x5D9B4A) is unknown color: approx Hippie Green. HEX triplet: 5D, 9B and 4A. RGB value is (93,155,74). Sum of RGB (Red+Green+Blue) = 93+155+74=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9B4A is #A264B5. Grayscale: #7F7F7F. Windows color (decimal): -10642614 or 4889437. OLE color: 4889437.

HSL color Cylindrical-coordinate representation of color #5D9B4A: hue angle of 105.93º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D9B4A is Cyan = 0.4, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB9315574-
CMYK0.400.520.39
HSL105.93º35.37%44.9%-
HSV(B)105.93º52.26%60.78%-
XYZ17.4726.2610.63-
YUV127.2397.96103.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.88%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=28.88%
G=48.14%
B=22.98%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93155740.400.520.39105.9335.3744.9
Hex5D9B4A28034276a232d
Octal13523311250064471524355
Binary101110110011011100101010100001101001001111101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D9B4A; }

 p { color: rgb(93,155,74); }

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

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

 a { background-color: rgb(93,155,74); }

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

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

 span { border-color: rgb(93,155,74); }

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