Html Css Color HEX #559052 Hippie Green

📋 copy color: '#559052'

red 85 ◦ green 144 ◦ blue 82

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

Shades of Hippie Green #559052

Tints of Hippie Green #559052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 27.33%
G = 46.3%
B = 26.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#559052 (or 0x559052) is known color: Hippie Green. HEX triplet: 55, 90 and 52. RGB value is (85,144,82). Sum of RGB (Red+Green+Blue) = 85+144+82=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #559052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559052 is #AA6FAD. Grayscale: #777777. Windows color (decimal): -11169710 or 5410901. OLE color: 5410901.

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

Color convert

RGB 85 144 82 -
CMYK 0.41 0 0.43 0.44
HSL 117.1º 0.27% 0.44% -
HSV(B) 117.1º 0.43% 0.56% -
XYZ 15.24 22.49 11.52 -
YUV 119.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 85 144 82 0.41 0 0.43 0.44 117.1 0.27 0.44
Hex 55 90 52 29 0 2B 2C 75 1B 2C
Octal 125 220 122 51 0 53 54 165 33 54
Binary 1010101 10010000 1010010 101001 0 101011 101100 1110101 11011 101100

Color Harmonies of #559052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559052

Black with #559052

Text Example


Text Example

White with #559052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559052; }

 p { color: rgb(85,144,82); }

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

background-color css

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

 a { background-color: rgb(85,144,82); }

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

border-color css

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

 span { border-color: rgb(85,144,82); }

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