Html Css Color HEX #558251 Hippie Green

📋 copy color: '#558251'

red 85 ◦ green 130 ◦ blue 81

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

Shades of Hippie Green #558251

Tints of Hippie Green #558251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

 BLUE value IS 81 (32.03% from 255) = 27.36%

R = 28.72%
G = 43.92%
B = 27.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#558251 (or 0x558251) is known color: Hippie Green. HEX triplet: 55, 82 and 51. RGB value is (85,130,81). Sum of RGB (Red+Green+Blue) = 85+130+81=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #558251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558251 is #AA7DAE. Grayscale: #6F6F6F. Windows color (decimal): -11173295 or 5341781. OLE color: 5341781.

HSL color Cylindrical-coordinate representation of color #558251: hue angle of 115.1º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558251 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 81 -
CMYK 0.35 0 0.38 0.49
HSL 115.1º 0.23% 0.41% -
HSV(B) 115.1º 0.38% 0.51% -
XYZ 13.21 18.49 10.66 -
YUV 110.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 85 130 81 0.35 0 0.38 0.49 115.1 0.23 0.41
Hex 55 82 51 23 0 26 31 73 17 29
Octal 125 202 121 43 0 46 61 163 27 51
Binary 1010101 10000010 1010001 100011 0 100110 110001 1110011 10111 101001

Color Harmonies of #558251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558251

Black with #558251

Text Example


Text Example

White with #558251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558251; }

 p { color: rgb(85,130,81); }

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

background-color css

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

 a { background-color: rgb(85,130,81); }

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

border-color css

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

 span { border-color: rgb(85,130,81); }

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