Html Css Color HEX #53954E Fruit Salad

📋 copy color: '#53954E'

red 83 ◦ green 149 ◦ blue 78

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

Shades of Fruit Salad #53954E

Tints of Fruit Salad #53954E

RGB

 RED value IS 83 (32.81% from 255) = 26.77%

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 26.77%
G = 48.06%
B = 25.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#53954E (or 0x53954E) is known color: Fruit Salad. HEX triplet: 53, 95 and 4E. RGB value is (83,149,78). Sum of RGB (Red+Green+Blue) = 83+149+78=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #53954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53954E is #AC6AB1. Grayscale: #797979. Windows color (decimal): -11299506 or 5150035. OLE color: 5150035.

HSL color Cylindrical-coordinate representation of color #53954E: hue angle of 115.77º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53954E is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 78 -
CMYK 0.44 0 0.48 0.42
HSL 115.77º 0.31% 0.45% -
HSV(B) 115.77º 0.48% 0.58% -
XYZ 15.69 23.88 10.99 -
YUV 121.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 83 149 78 0.44 0 0.48 0.42 115.77 0.31 0.45
Hex 53 95 4E 2C 0 30 2A 74 1F 2D
Octal 123 225 116 54 0 60 52 164 37 55
Binary 1010011 10010101 1001110 101100 0 110000 101010 1110100 11111 101101

Color Harmonies of #53954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53954E

Black with #53954E

Text Example


Text Example

White with #53954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53954E; }

 p { color: rgb(83,149,78); }

 H1.HeaderClassName
 {
   color: #53954E;
 }
 .AnyTagClassName
 {
   color: #53954E;
 }
</style>

background-color css

<style>
 a { background-color: #53954E; }

 a { background-color: rgb(83,149,78); }

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

border-color css

<style>
 span { border-color: #53954E; }

 span { border-color: rgb(83,149,78); }

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