Html Css Color HEX #549B4C Fruit Salad

📋 copy color: '#549B4C'

red 84 ◦ green 155 ◦ blue 76

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

Shades of Fruit Salad #549B4C

Tints of Fruit Salad #549B4C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.21%

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 26.67%
G = 49.21%
B = 24.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#549B4C (or 0x549B4C) is known color: Fruit Salad. HEX triplet: 54, 9B and 4C. RGB value is (84,155,76). Sum of RGB (Red+Green+Blue) = 84+155+76=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #549B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B4C is #AB64B3. Grayscale: #7D7D7D. Windows color (decimal): -11232436 or 5020500. OLE color: 5020500.

HSL color Cylindrical-coordinate representation of color #549B4C: hue angle of 113.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549B4C is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 76 -
CMYK 0.46 0 0.51 0.39
HSL 113.92º 0.34% 0.45% -
HSV(B) 113.92º 0.51% 0.61% -
XYZ 16.68 25.85 10.95 -
YUV 124.77 100.48 98.92 -
System Red Green Blue C M Y K H S L
Decimal 84 155 76 0.46 0 0.51 0.39 113.92 0.34 0.45
Hex 54 9B 4C 2E 0 33 27 72 22 2D
Octal 124 233 114 56 0 63 47 162 42 55
Binary 1010100 10011011 1001100 101110 0 110011 100111 1110010 100010 101101

Color Harmonies of #549B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B4C

Black with #549B4C

Text Example


Text Example

White with #549B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549B4C; }

 p { color: rgb(84,155,76); }

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

background-color css

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

 a { background-color: rgb(84,155,76); }

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

border-color css

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

 span { border-color: rgb(84,155,76); }

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