Html Css Color HEX #558D4D Hippie Green

📋 copy color: '#558D4D'

red 85 ◦ green 141 ◦ blue 77

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

Shades of Hippie Green #558D4D

Tints of Hippie Green #558D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.53%

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

R = 28.05%
G = 46.53%
B = 25.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#558D4D (or 0x558D4D) is known color: Hippie Green. HEX triplet: 55, 8D and 4D. RGB value is (85,141,77). Sum of RGB (Red+Green+Blue) = 85+141+77=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #558D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D4D is #AA72B2. Grayscale: #757575. Windows color (decimal): -11170483 or 5082453. OLE color: 5082453.

HSL color Cylindrical-coordinate representation of color #558D4D: hue angle of 112.5º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #558D4D is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 141 77 -
CMYK 0.40 0 0.45 0.45
HSL 112.5º 0.29% 0.43% -
HSV(B) 112.5º 0.45% 0.55% -
XYZ 14.61 21.52 10.4 -
YUV 116.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 85 141 77 0.40 0 0.45 0.45 112.5 0.29 0.43
Hex 55 8D 4D 28 0 2D 2D 70 1D 2B
Octal 125 215 115 50 0 55 55 160 35 53
Binary 1010101 10001101 1001101 101000 0 101101 101101 1110000 11101 101011

Color Harmonies of #558D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558D4D

Black with #558D4D

Text Example


Text Example

White with #558D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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