Html Css Color HEX #54A04A Fruit Salad

📋 copy color: '#54A04A'

red 84 ◦ green 160 ◦ blue 74

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

Shades of Fruit Salad #54A04A

Tints of Fruit Salad #54A04A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.31%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 26.42%
G = 50.31%
B = 23.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#54A04A (or 0x54A04A) is known color: Fruit Salad. HEX triplet: 54, A0 and 4A. RGB value is (84,160,74). Sum of RGB (Red+Green+Blue) = 84+160+74=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #54A04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A04A is #AB5FB5. Grayscale: #7F7F7F. Windows color (decimal): -11231158 or 4890708. OLE color: 4890708.

HSL color Cylindrical-coordinate representation of color #54A04A: hue angle of 113.02º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54A04A is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 74 -
CMYK 0.48 0 0.54 0.37
HSL 113.02º 0.37% 0.46% -
HSV(B) 113.02º 0.54% 0.63% -
XYZ 17.46 27.52 10.87 -
YUV 127.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 84 160 74 0.48 0 0.54 0.37 113.02 0.37 0.46
Hex 54 A0 4A 30 0 36 25 71 25 2E
Octal 124 240 112 60 0 66 45 161 45 56
Binary 1010100 10100000 1001010 110000 0 110110 100101 1110001 100101 101110

Color Harmonies of #54A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A04A

Black with #54A04A

Text Example


Text Example

White with #54A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,74); }

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

background-color css

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

 a { background-color: rgb(84,160,74); }

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

border-color css

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

 span { border-color: rgb(84,160,74); }

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