Html Css Color HEX #549453 Fruit Salad

📋 copy color: '#549453'

red 84 ◦ green 148 ◦ blue 83

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

Shades of Fruit Salad #549453

Tints of Fruit Salad #549453

RGB

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

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

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

R = 26.67%
G = 46.98%
B = 26.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#549453 (or 0x549453) is known color: Fruit Salad. HEX triplet: 54, 94 and 53. RGB value is (84,148,83). Sum of RGB (Red+Green+Blue) = 84+148+83=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #549453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549453 is #AB6BAC. Grayscale: #797979. Windows color (decimal): -11234221 or 5477460. OLE color: 5477460.

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

Color convert

RGB 84 148 83 -
CMYK 0.43 0 0.44 0.42
HSL 119.08º 0.28% 0.45% -
HSV(B) 119.08º 0.44% 0.58% -
XYZ 15.81 23.69 11.92 -
YUV 121.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 84 148 83 0.43 0 0.44 0.42 119.08 0.28 0.45
Hex 54 94 53 2B 0 2C 2A 77 1C 2D
Octal 124 224 123 53 0 54 52 167 34 55
Binary 1010100 10010100 1010011 101011 0 101100 101010 1110111 11100 101101

Color Harmonies of #549453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549453

Black with #549453

Text Example


Text Example

White with #549453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549453; }

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

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

background-color css

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

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

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

border-color css

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

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

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