Html Css Color HEX #5F9458 Hippie Green

📋 copy color: '#5F9458'

red 95 ◦ green 148 ◦ blue 88

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

Shades of Hippie Green #5F9458

Tints of Hippie Green #5F9458

RGB

 RED value IS 95 (37.5% from 255) = 28.7%

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

 BLUE value IS 88 (34.77% from 255) = 26.59%

R = 28.7%
G = 44.71%
B = 26.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#5F9458 (or 0x5F9458) is known color: Hippie Green. HEX triplet: 5F, 94 and 58. RGB value is (95,148,88). Sum of RGB (Red+Green+Blue) = 95+148+88=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9458 is #A06BA7. Grayscale: #7D7D7D. Windows color (decimal): -10513320 or 5805151. OLE color: 5805151.

HSL color Cylindrical-coordinate representation of color #5F9458: hue angle of 113º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F9458 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 148 88 -
CMYK 0.36 0 0.41 0.42
HSL 113º 0.25% 0.46% -
HSV(B) 113º 0.41% 0.58% -
XYZ 17.07 24.32 13.03 -
YUV 125.31 106.94 106.38 -
System Red Green Blue C M Y K H S L
Decimal 95 148 88 0.36 0 0.41 0.42 113 0.25 0.46
Hex 5F 94 58 24 0 29 2A 71 19 2E
Octal 137 224 130 44 0 51 52 161 31 56
Binary 1011111 10010100 1011000 100100 0 101001 101010 1110001 11001 101110

Color Harmonies of #5F9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9458

Black with #5F9458

Text Example


Text Example

White with #5F9458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,148,88); }

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

background-color css

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

 a { background-color: rgb(95,148,88); }

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

border-color css

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

 span { border-color: rgb(95,148,88); }

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