Html Css Color HEX #55A34C Fruit Salad

📋 copy color: '#55A34C'

red 85 ◦ green 163 ◦ blue 76

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

Shades of Fruit Salad #55A34C

Tints of Fruit Salad #55A34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.31%

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 26.23%
G = 50.31%
B = 23.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#55A34C (or 0x55A34C) is known color: Fruit Salad. HEX triplet: 55, A3 and 4C. RGB value is (85,163,76). Sum of RGB (Red+Green+Blue) = 85+163+76=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #55A34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A34C is #AA5CB3. Grayscale: #828282. Windows color (decimal): -11164852 or 5022549. OLE color: 5022549.

HSL color Cylindrical-coordinate representation of color #55A34C: hue angle of 113.79º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55A34C is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 163 76 -
CMYK 0.48 0 0.53 0.36
HSL 113.79º 0.36% 0.47% -
HSV(B) 113.79º 0.53% 0.64% -
XYZ 18.15 28.65 11.41 -
YUV 129.76 97.66 96.07 -
System Red Green Blue C M Y K H S L
Decimal 85 163 76 0.48 0 0.53 0.36 113.79 0.36 0.47
Hex 55 A3 4C 30 0 35 24 72 24 2F
Octal 125 243 114 60 0 65 44 162 44 57
Binary 1010101 10100011 1001100 110000 0 110101 100100 1110010 100100 101111

Color Harmonies of #55A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A34C

Black with #55A34C

Text Example


Text Example

White with #55A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A34C; }

 p { color: rgb(85,163,76); }

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

background-color css

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

 a { background-color: rgb(85,163,76); }

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

border-color css

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

 span { border-color: rgb(85,163,76); }

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