Html Css Color HEX #549853 Fruit Salad

📋 copy color: '#549853'

red 84 ◦ green 152 ◦ blue 83

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

Shades of Fruit Salad #549853

Tints of Fruit Salad #549853

RGB

 RED value IS 84 (33.2% from 255) = 26.33%

 GREEN value IS 152 (59.77% from 255) = 47.65%

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 26.33%
G = 47.65%
B = 26.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#549853 (or 0x549853) is known color: Fruit Salad. HEX triplet: 54, 98 and 53. RGB value is (84,152,83). Sum of RGB (Red+Green+Blue) = 84+152+83=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #549853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549853 is #AB67AC. Grayscale: #7C7C7C. Windows color (decimal): -11233197 or 5478484. OLE color: 5478484.

HSL color Cylindrical-coordinate representation of color #549853: hue angle of 119.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549853 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 83 -
CMYK 0.45 0 0.45 0.40
HSL 119.13º 0.29% 0.46% -
HSV(B) 119.13º 0.45% 0.6% -
XYZ 16.45 24.97 12.14 -
YUV 123.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 84 152 83 0.45 0 0.45 0.40 119.13 0.29 0.46
Hex 54 98 53 2D 0 2D 28 77 1D 2E
Octal 124 230 123 55 0 55 50 167 35 56
Binary 1010100 10011000 1010011 101101 0 101101 101000 1110111 11101 101110

Color Harmonies of #549853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549853

Black with #549853

Text Example


Text Example

White with #549853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549853; }

 p { color: rgb(84,152,83); }

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

background-color css

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

 a { background-color: rgb(84,152,83); }

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

border-color css

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

 span { border-color: rgb(84,152,83); }

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