Html Css Color HEX #52994F Fruit Salad

📋 copy color: '#52994F'

red 82 ◦ green 153 ◦ blue 79

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

Shades of Fruit Salad #52994F

Tints of Fruit Salad #52994F

RGB

 RED value IS 82 (32.42% from 255) = 26.11%

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

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

R = 26.11%
G = 48.73%
B = 25.16%

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

#52994F (or 0x52994F) is known color: Fruit Salad. HEX triplet: 52, 99 and 4F. RGB value is (82,153,79). Sum of RGB (Red+Green+Blue) = 82+153+79=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #52994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52994F is #AD66B0. Grayscale: #7B7B7B. Windows color (decimal): -11364017 or 5216594. OLE color: 5216594.

HSL color Cylindrical-coordinate representation of color #52994F: hue angle of 117.57º 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 #52994F is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 79 -
CMYK 0.46 0 0.48 0.4
HSL 117.57º 0.32% 0.45% -
HSV(B) 117.57º 0.48% 0.6% -
XYZ 16.28 25.14 11.39 -
YUV 123.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 82 153 79 0.46 0 0.48 0.4 117.57 0.32 0.45
Hex 52 99 4F 2E 0 30 28 76 20 2D
Octal 122 231 117 56 0 60 50 166 40 55
Binary 1010010 10011001 1001111 101110 0 110000 101000 1110110 100000 101101

Color Harmonies of #52994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52994F

Black with #52994F

Text Example


Text Example

White with #52994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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