Html Css Color HEX #54A35C Fruit Salad

📋 copy color: '#54A35C'

red 84 ◦ green 163 ◦ blue 92

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

Shades of Fruit Salad #54A35C

Tints of Fruit Salad #54A35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.08%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 24.78%
G = 48.08%
B = 27.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#54A35C (or 0x54A35C) is known color: Fruit Salad. HEX triplet: 54, A3 and 5C. RGB value is (84,163,92). Sum of RGB (Red+Green+Blue) = 84+163+92=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #54A35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A35C is #AB5CA3. Grayscale: #838383. Windows color (decimal): -11230372 or 6071124. OLE color: 6071124.

HSL color Cylindrical-coordinate representation of color #54A35C: hue angle of 126.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A35C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 163 92 -
CMYK 0.48 0 0.44 0.36
HSL 126.08º 0.32% 0.48% -
HSV(B) 126.08º 0.48% 0.64% -
XYZ 18.69 28.85 14.71 -
YUV 131.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 84 163 92 0.48 0 0.44 0.36 126.08 0.32 0.48
Hex 54 A3 5C 30 0 2C 24 7E 20 30
Octal 124 243 134 60 0 54 44 176 40 60
Binary 1010100 10100011 1011100 110000 0 101100 100100 1111110 100000 110000

Color Harmonies of #54A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A35C

Black with #54A35C

Text Example


Text Example

White with #54A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,163,92); }

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

background-color css

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

 a { background-color: rgb(84,163,92); }

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

border-color css

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

 span { border-color: rgb(84,163,92); }

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