Html Css Color HEX #549945 Fruit Salad

📋 copy color: '#549945'

red 84 ◦ green 153 ◦ blue 69

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

Shades of Fruit Salad #549945

Tints of Fruit Salad #549945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 27.45%
G = 50%
B = 22.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#549945 (or 0x549945) is known color: Fruit Salad. HEX triplet: 54, 99 and 45. RGB value is (84,153,69). Sum of RGB (Red+Green+Blue) = 84+153+69=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #549945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549945 is #AB66BA. Grayscale: #7B7B7B. Windows color (decimal): -11232955 or 4561236. OLE color: 4561236.

HSL color Cylindrical-coordinate representation of color #549945: hue angle of 109.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #549945 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 69 -
CMYK 0.45 0 0.55 0.4
HSL 109.29º 0.38% 0.44% -
HSV(B) 109.29º 0.55% 0.6% -
XYZ 16.12 25.1 9.62 -
YUV 122.79 97.64 100.33 -
System Red Green Blue C M Y K H S L
Decimal 84 153 69 0.45 0 0.55 0.4 109.29 0.38 0.44
Hex 54 99 45 2D 0 37 28 6D 26 2C
Octal 124 231 105 55 0 67 50 155 46 54
Binary 1010100 10011001 1000101 101101 0 110111 101000 1101101 100110 101100

Color Harmonies of #549945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549945

Black with #549945

Text Example


Text Example

White with #549945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549945; }

 p { color: rgb(84,153,69); }

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

background-color css

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

 a { background-color: rgb(84,153,69); }

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

border-color css

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

 span { border-color: rgb(84,153,69); }

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