Html Css Color HEX #55824F Hippie Green

📋 copy color: '#55824F'

red 85 ◦ green 130 ◦ blue 79

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

Shades of Hippie Green #55824F

Tints of Hippie Green #55824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 28.91%
G = 44.22%
B = 26.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#55824F (or 0x55824F) is known color: Hippie Green. HEX triplet: 55, 82 and 4F. RGB value is (85,130,79). Sum of RGB (Red+Green+Blue) = 85+130+79=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #55824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55824F is #AA7DB0. Grayscale: #6E6E6E. Windows color (decimal): -11173297 or 5210709. OLE color: 5210709.

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

Color convert

RGB 85 130 79 -
CMYK 0.35 0 0.39 0.49
HSL 112.94º 0.24% 0.41% -
HSV(B) 112.94º 0.39% 0.51% -
XYZ 13.14 18.46 10.27 -
YUV 110.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 85 130 79 0.35 0 0.39 0.49 112.94 0.24 0.41
Hex 55 82 4F 23 0 27 31 71 18 29
Octal 125 202 117 43 0 47 61 161 30 51
Binary 1010101 10000010 1001111 100011 0 100111 110001 1110001 11000 101001

Color Harmonies of #55824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55824F

Black with #55824F

Text Example


Text Example

White with #55824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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