Html Css Color HEX #549B5A Fruit Salad

📋 copy color: '#549B5A'

red 84 ◦ green 155 ◦ blue 90

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

Shades of Fruit Salad #549B5A

Tints of Fruit Salad #549B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 25.53%
G = 47.11%
B = 27.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#549B5A (or 0x549B5A) is known color: Fruit Salad. HEX triplet: 54, 9B and 5A. RGB value is (84,155,90). Sum of RGB (Red+Green+Blue) = 84+155+90=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #549B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B5A is #AB64A5. Grayscale: #7E7E7E. Windows color (decimal): -11232422 or 5938004. OLE color: 5938004.

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

Color convert

RGB 84 155 90 -
CMYK 0.46 0 0.42 0.39
HSL 125.07º 0.3% 0.47% -
HSV(B) 125.07º 0.46% 0.61% -
XYZ 17.22 26.07 13.8 -
YUV 126.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 84 155 90 0.46 0 0.42 0.39 125.07 0.3 0.47
Hex 54 9B 5A 2E 0 2A 27 7D 1E 2F
Octal 124 233 132 56 0 52 47 175 36 57
Binary 1010100 10011011 1011010 101110 0 101010 100111 1111101 11110 101111

Color Harmonies of #549B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B5A

Black with #549B5A

Text Example


Text Example

White with #549B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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