Html Css Color HEX #53954C Fruit Salad

📋 copy color: '#53954C'

red 83 ◦ green 149 ◦ blue 76

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

Shades of Fruit Salad #53954C

Tints of Fruit Salad #53954C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 26.95%
G = 48.38%
B = 24.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#53954C (or 0x53954C) is known color: Fruit Salad. HEX triplet: 53, 95 and 4C. RGB value is (83,149,76). Sum of RGB (Red+Green+Blue) = 83+149+76=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #53954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53954C is #AC6AB3. Grayscale: #797979. Windows color (decimal): -11299508 or 5018963. OLE color: 5018963.

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

Color convert

RGB 83 149 76 -
CMYK 0.44 0 0.49 0.42
HSL 114.25º 0.32% 0.44% -
HSV(B) 114.25º 0.49% 0.58% -
XYZ 15.62 23.86 10.62 -
YUV 120.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 83 149 76 0.44 0 0.49 0.42 114.25 0.32 0.44
Hex 53 95 4C 2C 0 31 2A 72 20 2C
Octal 123 225 114 54 0 61 52 162 40 54
Binary 1010011 10010101 1001100 101100 0 110001 101010 1110010 100000 101100

Color Harmonies of #53954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53954C

Black with #53954C

Text Example


Text Example

White with #53954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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