Html Css Color HEX #53994F Fruit Salad

📋 copy color: '#53994F'

red 83 ◦ green 153 ◦ blue 79

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

Shades of Fruit Salad #53994F

Tints of Fruit Salad #53994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 26.35%
G = 48.57%
B = 25.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#53994F (or 0x53994F) is known color: Fruit Salad. HEX triplet: 53, 99 and 4F. RGB value is (83,153,79). Sum of RGB (Red+Green+Blue) = 83+153+79=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #53994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53994F is #AC66B0. Grayscale: #7B7B7B. Windows color (decimal): -11298481 or 5216595. OLE color: 5216595.

HSL color Cylindrical-coordinate representation of color #53994F: hue angle of 116.76º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53994F is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 79 -
CMYK 0.46 0 0.48 0.4
HSL 116.76º 0.32% 0.45% -
HSV(B) 116.76º 0.48% 0.6% -
XYZ 16.37 25.19 11.4 -
YUV 123.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 83 153 79 0.46 0 0.48 0.4 116.76 0.32 0.45
Hex 53 99 4F 2E 0 30 28 75 20 2D
Octal 123 231 117 56 0 60 50 165 40 55
Binary 1010011 10011001 1001111 101110 0 110000 101000 1110101 100000 101101

Color Harmonies of #53994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53994F

Black with #53994F

Text Example


Text Example

White with #53994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53994F; }

 p { color: rgb(83,153,79); }

 H1.HeaderClassName
 {
   color: #53994F;
 }
 .AnyTagClassName
 {
   color: #53994F;
 }
</style>

background-color css

<style>
 a { background-color: #53994F; }

 a { background-color: rgb(83,153,79); }

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

border-color css

<style>
 span { border-color: #53994F; }

 span { border-color: rgb(83,153,79); }

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