Html Css Color HEX #53994A Fruit Salad

📋 copy color: '#53994A'

red 83 ◦ green 153 ◦ blue 74

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

Shades of Fruit Salad #53994A

Tints of Fruit Salad #53994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 26.77%
G = 49.35%
B = 23.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#53994A (or 0x53994A) is known color: Fruit Salad. HEX triplet: 53, 99 and 4A. RGB value is (83,153,74). Sum of RGB (Red+Green+Blue) = 83+153+74=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #53994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53994A is #AC66B5. Grayscale: #7B7B7B. Windows color (decimal): -11298486 or 4888915. OLE color: 4888915.

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

Color convert

RGB 83 153 74 -
CMYK 0.46 0 0.52 0.4
HSL 113.16º 0.35% 0.45% -
HSV(B) 113.16º 0.52% 0.6% -
XYZ 16.19 25.12 10.47 -
YUV 123.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 83 153 74 0.46 0 0.52 0.4 113.16 0.35 0.45
Hex 53 99 4A 2E 0 34 28 71 23 2D
Octal 123 231 112 56 0 64 50 161 43 55
Binary 1010011 10011001 1001010 101110 0 110100 101000 1110001 100011 101101

Color Harmonies of #53994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53994A

Black with #53994A

Text Example


Text Example

White with #53994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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