Html Css Color HEX #55854F Hippie Green

📋 copy color: '#55854F'

red 85 ◦ green 133 ◦ blue 79

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

Shades of Hippie Green #55854F

Tints of Hippie Green #55854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 28.62%
G = 44.78%
B = 26.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#55854F (or 0x55854F) is known color: Hippie Green. HEX triplet: 55, 85 and 4F. RGB value is (85,133,79). Sum of RGB (Red+Green+Blue) = 85+133+79=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #55854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55854F is #AA7AB0. Grayscale: #707070. Windows color (decimal): -11172529 or 5211477. OLE color: 5211477.

HSL color Cylindrical-coordinate representation of color #55854F: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55854F is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 79 -
CMYK 0.36 0 0.41 0.48
HSL 113.33º 0.25% 0.42% -
HSV(B) 113.33º 0.41% 0.52% -
XYZ 13.55 19.27 10.4 -
YUV 112.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 85 133 79 0.36 0 0.41 0.48 113.33 0.25 0.42
Hex 55 85 4F 24 0 29 30 71 19 2A
Octal 125 205 117 44 0 51 60 161 31 52
Binary 1010101 10000101 1001111 100100 0 101001 110000 1110001 11001 101010

Color Harmonies of #55854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55854F

Black with #55854F

Text Example


Text Example

White with #55854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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