Html Css Color HEX #54A548 Fruit Salad

📋 copy color: '#54A548'

red 84 ◦ green 165 ◦ blue 72

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

Shades of Fruit Salad #54A548

Tints of Fruit Salad #54A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.4%

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 26.17%
G = 51.4%
B = 22.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#54A548 (or 0x54A548) is known color: Fruit Salad. HEX triplet: 54, A5 and 48. RGB value is (84,165,72). Sum of RGB (Red+Green+Blue) = 84+165+72=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #54A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A548 is #AB5AB7. Grayscale: #828282. Windows color (decimal): -11229880 or 4760916. OLE color: 4760916.

HSL color Cylindrical-coordinate representation of color #54A548: hue angle of 112.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A548 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 72 -
CMYK 0.49 0 0.56 0.35
HSL 112.26º 0.39% 0.46% -
HSV(B) 112.26º 0.56% 0.65% -
XYZ 18.28 29.26 10.82 -
YUV 130.18 95.16 95.06 -
System Red Green Blue C M Y K H S L
Decimal 84 165 72 0.49 0 0.56 0.35 112.26 0.39 0.46
Hex 54 A5 48 31 0 38 23 70 27 2E
Octal 124 245 110 61 0 70 43 160 47 56
Binary 1010100 10100101 1001000 110001 0 111000 100011 1110000 100111 101110

Color Harmonies of #54A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A548

Black with #54A548

Text Example


Text Example

White with #54A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,165,72); }

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

background-color css

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

 a { background-color: rgb(84,165,72); }

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

border-color css

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

 span { border-color: rgb(84,165,72); }

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