Html Css Color HEX #54A446 Fruit Salad

📋 copy color: '#54A446'

red 84 ◦ green 164 ◦ blue 70

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

Shades of Fruit Salad #54A446

Tints of Fruit Salad #54A446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.57%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 26.42%
G = 51.57%
B = 22.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#54A446 (or 0x54A446) is known color: Fruit Salad. HEX triplet: 54, A4 and 46. RGB value is (84,164,70). Sum of RGB (Red+Green+Blue) = 84+164+70=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #54A446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A446 is #AB5BB9. Grayscale: #818181. Windows color (decimal): -11230138 or 4629588. OLE color: 4629588.

HSL color Cylindrical-coordinate representation of color #54A446: hue angle of 111.06º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54A446 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 164 70 -
CMYK 0.49 0 0.57 0.36
HSL 111.06º 0.4% 0.46% -
HSV(B) 111.06º 0.57% 0.64% -
XYZ 18.04 28.88 10.42 -
YUV 129.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 84 164 70 0.49 0 0.57 0.36 111.06 0.4 0.46
Hex 54 A4 46 31 0 39 24 6F 28 2E
Octal 124 244 106 61 0 71 44 157 50 56
Binary 1010100 10100100 1000110 110001 0 111001 100100 1101111 101000 101110

Color Harmonies of #54A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A446

Black with #54A446

Text Example


Text Example

White with #54A446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A446; }

 p { color: rgb(84,164,70); }

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

background-color css

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

 a { background-color: rgb(84,164,70); }

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

border-color css

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

 span { border-color: rgb(84,164,70); }

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