Html Css Color HEX #53984A Fruit Salad

📋 copy color: '#53984A'

red 83 ◦ green 152 ◦ blue 74

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

Shades of Fruit Salad #53984A

Tints of Fruit Salad #53984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

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

R = 26.86%
G = 49.19%
B = 23.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#53984A (or 0x53984A) is known color: Fruit Salad. HEX triplet: 53, 98 and 4A. RGB value is (83,152,74). Sum of RGB (Red+Green+Blue) = 83+152+74=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #53984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53984A is #AC67B5. Grayscale: #7A7A7A. Windows color (decimal): -11298742 or 4888659. OLE color: 4888659.

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

Color convert

RGB 83 152 74 -
CMYK 0.45 0 0.51 0.40
HSL 113.08º 0.35% 0.44% -
HSV(B) 113.08º 0.51% 0.6% -
XYZ 16.03 24.79 10.42 -
YUV 122.48 100.64 99.84 -
System Red Green Blue C M Y K H S L
Decimal 83 152 74 0.45 0 0.51 0.40 113.08 0.35 0.44
Hex 53 98 4A 2D 0 33 28 71 23 2C
Octal 123 230 112 55 0 63 50 161 43 54
Binary 1010011 10011000 1001010 101101 0 110011 101000 1110001 100011 101100

Color Harmonies of #53984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53984A

Black with #53984A

Text Example


Text Example

White with #53984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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