Html Css Color HEX #53955C Fruit Salad

📋 copy color: '#53955C'

red 83 ◦ green 149 ◦ blue 92

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

Shades of Fruit Salad #53955C

Tints of Fruit Salad #53955C

RGB

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

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

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

R = 25.62%
G = 45.99%
B = 28.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#53955C (or 0x53955C) is known color: Fruit Salad. HEX triplet: 53, 95 and 5C. RGB value is (83,149,92). Sum of RGB (Red+Green+Blue) = 83+149+92=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #53955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53955C is #AC6AA3. Grayscale: #7A7A7A. Windows color (decimal): -11299492 or 6067539. OLE color: 6067539.

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

Color convert

RGB 83 149 92 -
CMYK 0.44 0 0.38 0.42
HSL 128.18º 0.28% 0.45% -
HSV(B) 128.18º 0.44% 0.58% -
XYZ 16.25 24.11 13.92 -
YUV 122.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 83 149 92 0.44 0 0.38 0.42 128.18 0.28 0.45
Hex 53 95 5C 2C 0 26 2A 80 1C 2D
Octal 123 225 134 54 0 46 52 200 34 55
Binary 1010011 10010101 1011100 101100 0 100110 101010 10000000 11100 101101

Color Harmonies of #53955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53955C

Black with #53955C

Text Example


Text Example

White with #53955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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