Html Css Color HEX #55944B Hippie Green

📋 copy color: '#55944B'

red 85 ◦ green 148 ◦ blue 75

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

Shades of Hippie Green #55944B

Tints of Hippie Green #55944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.05%

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 27.6%
G = 48.05%
B = 24.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#55944B (or 0x55944B) is known color: Hippie Green. HEX triplet: 55, 94 and 4B. RGB value is (85,148,75). Sum of RGB (Red+Green+Blue) = 85+148+75=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #55944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55944B is #AA6BB4. Grayscale: #797979. Windows color (decimal): -11168693 or 4953173. OLE color: 4953173.

HSL color Cylindrical-coordinate representation of color #55944B: hue angle of 111.78º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55944B is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 75 -
CMYK 0.43 0 0.49 0.42
HSL 111.78º 0.33% 0.44% -
HSV(B) 111.78º 0.49% 0.58% -
XYZ 15.61 23.62 10.39 -
YUV 120.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 85 148 75 0.43 0 0.49 0.42 111.78 0.33 0.44
Hex 55 94 4B 2B 0 31 2A 70 21 2C
Octal 125 224 113 53 0 61 52 160 41 54
Binary 1010101 10010100 1001011 101011 0 110001 101010 1110000 100001 101100

Color Harmonies of #55944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55944B

Black with #55944B

Text Example


Text Example

White with #55944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55944B; }

 p { color: rgb(85,148,75); }

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

background-color css

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

 a { background-color: rgb(85,148,75); }

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

border-color css

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

 span { border-color: rgb(85,148,75); }

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