Html Css Color HEX #5D9462 Hippie Green

📋 copy color: '#5D9462'

red 93 ◦ green 148 ◦ blue 98

#5D9462
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #5D9462

Tints of Hippie Green #5D9462

RGB

 RED value IS 93 (36.72% from 255) = 27.43%

 GREEN value IS 148 (58.2% from 255) = 43.66%

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 27.43%
G = 43.66%
B = 28.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#5D9462 (or 0x5D9462) is known color: Hippie Green. HEX triplet: 5D, 94 and 62. RGB value is (93,148,98). Sum of RGB (Red+Green+Blue) = 93+148+98=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9462 is #A26B9D. Grayscale: #7E7E7E. Windows color (decimal): -10644382 or 6460509. OLE color: 6460509.

HSL color Cylindrical-coordinate representation of color #5D9462: hue angle of 125.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D9462 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 148 98 -
CMYK 0.37 0 0.34 0.42
HSL 125.45º 0.23% 0.47% -
HSV(B) 125.45º 0.37% 0.58% -
XYZ 17.31 24.39 15.35 -
YUV 125.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 93 148 98 0.37 0 0.34 0.42 125.45 0.23 0.47
Hex 5D 94 62 25 0 22 2A 7D 17 2F
Octal 135 224 142 45 0 42 52 175 27 57
Binary 1011101 10010100 1100010 100101 0 100010 101010 1111101 10111 101111

Color Harmonies of #5D9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9462

Black with #5D9462

Text Example


Text Example

White with #5D9462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,148,98); }

 H1.HeaderClassName
 {
   color: #5D9462;
 }
 .AnyTagClassName
 {
   color: #5D9462;
 }
</style>

background-color css

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

 a { background-color: rgb(93,148,98); }

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

border-color css

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

 span { border-color: rgb(93,148,98); }

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