Html Css Color HEX #55A34A Fruit Salad

📋 copy color: '#55A34A'

red 85 ◦ green 163 ◦ blue 74

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

Shades of Fruit Salad #55A34A

Tints of Fruit Salad #55A34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 26.4%
G = 50.62%
B = 22.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#55A34A (or 0x55A34A) is known color: Fruit Salad. HEX triplet: 55, A3 and 4A. RGB value is (85,163,74). Sum of RGB (Red+Green+Blue) = 85+163+74=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #55A34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A34A is #AA5CB5. Grayscale: #818181. Windows color (decimal): -11164854 or 4891477. OLE color: 4891477.

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

Color convert

RGB 85 163 74 -
CMYK 0.48 0 0.55 0.36
HSL 112.58º 0.38% 0.46% -
HSV(B) 112.58º 0.55% 0.64% -
XYZ 18.08 28.62 11.05 -
YUV 129.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 85 163 74 0.48 0 0.55 0.36 112.58 0.38 0.46
Hex 55 A3 4A 30 0 37 24 71 26 2E
Octal 125 243 112 60 0 67 44 161 46 56
Binary 1010101 10100011 1001010 110000 0 110111 100100 1110001 100110 101110

Color Harmonies of #55A34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A34A

Black with #55A34A

Text Example


Text Example

White with #55A34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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