Html Css Color HEX #558F4D Hippie Green

📋 copy color: '#558F4D'

red 85 ◦ green 143 ◦ blue 77

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

Shades of Hippie Green #558F4D

Tints of Hippie Green #558F4D

RGB

 RED value IS 85 (33.59% from 255) = 27.87%

 GREEN value IS 143 (56.25% from 255) = 46.89%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 27.87%
G = 46.89%
B = 25.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#558F4D (or 0x558F4D) is known color: Hippie Green. HEX triplet: 55, 8F and 4D. RGB value is (85,143,77). Sum of RGB (Red+Green+Blue) = 85+143+77=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #558F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F4D is #AA70B2. Grayscale: #767676. Windows color (decimal): -11169971 or 5082965. OLE color: 5082965.

HSL color Cylindrical-coordinate representation of color #558F4D: hue angle of 112.73º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #558F4D is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 143 77 -
CMYK 0.41 0 0.46 0.44
HSL 112.73º 0.3% 0.43% -
HSV(B) 112.73º 0.46% 0.56% -
XYZ 14.91 22.11 10.5 -
YUV 118.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 85 143 77 0.41 0 0.46 0.44 112.73 0.3 0.43
Hex 55 8F 4D 29 0 2E 2C 71 1E 2B
Octal 125 217 115 51 0 56 54 161 36 53
Binary 1010101 10001111 1001101 101001 0 101110 101100 1110001 11110 101011

Color Harmonies of #558F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558F4D

Black with #558F4D

Text Example


Text Example

White with #558F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558F4D; }

 p { color: rgb(85,143,77); }

 H1.HeaderClassName
 {
   color: #558F4D;
 }
 .AnyTagClassName
 {
   color: #558F4D;
 }
</style>

background-color css

<style>
 a { background-color: #558F4D; }

 a { background-color: rgb(85,143,77); }

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

border-color css

<style>
 span { border-color: #558F4D; }

 span { border-color: rgb(85,143,77); }

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