Html Css Color HEX #53955E Fruit Salad

📋 copy color: '#53955E'

red 83 ◦ green 149 ◦ blue 94

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

Shades of Fruit Salad #53955E

Tints of Fruit Salad #53955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 25.46%
G = 45.71%
B = 28.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#53955E (or 0x53955E) is known color: Fruit Salad. HEX triplet: 53, 95 and 5E. RGB value is (83,149,94). Sum of RGB (Red+Green+Blue) = 83+149+94=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #53955E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53955E is #AC6AA1. Grayscale: #7B7B7B. Windows color (decimal): -11299490 or 6198611. OLE color: 6198611.

HSL color Cylindrical-coordinate representation of color #53955E: hue angle of 130º 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 #53955E is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 94 -
CMYK 0.44 0 0.37 0.42
HSL 130º 0.28% 0.45% -
HSV(B) 130º 0.44% 0.58% -
XYZ 16.34 24.14 14.39 -
YUV 123 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 83 149 94 0.44 0 0.37 0.42 130 0.28 0.45
Hex 53 95 5E 2C 0 25 2A 82 1C 2D
Octal 123 225 136 54 0 45 52 202 34 55
Binary 1010011 10010101 1011110 101100 0 100101 101010 10000010 11100 101101

Color Harmonies of #53955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53955E

Black with #53955E

Text Example


Text Example

White with #53955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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