Html Css Color HEX #55A34B Fruit Salad

📋 copy color: '#55A34B'

red 85 ◦ green 163 ◦ blue 75

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

Shades of Fruit Salad #55A34B

Tints of Fruit Salad #55A34B

RGB

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

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

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

R = 26.32%
G = 50.46%
B = 23.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#55A34B (or 0x55A34B) is known color: Fruit Salad. HEX triplet: 55, A3 and 4B. RGB value is (85,163,75). Sum of RGB (Red+Green+Blue) = 85+163+75=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #55A34B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A34B is #AA5CB4. Grayscale: #818181. Windows color (decimal): -11164853 or 4957013. OLE color: 4957013.

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

Color convert

RGB 85 163 75 -
CMYK 0.48 0 0.54 0.36
HSL 113.18º 0.37% 0.47% -
HSV(B) 113.18º 0.54% 0.64% -
XYZ 18.11 28.63 11.23 -
YUV 129.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 85 163 75 0.48 0 0.54 0.36 113.18 0.37 0.47
Hex 55 A3 4B 30 0 36 24 71 25 2F
Octal 125 243 113 60 0 66 44 161 45 57
Binary 1010101 10100011 1001011 110000 0 110110 100100 1110001 100101 101111

Color Harmonies of #55A34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A34B

Black with #55A34B

Text Example


Text Example

White with #55A34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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