Html Css Color HEX #52995D Fruit Salad

📋 copy color: '#52995D'

red 82 ◦ green 153 ◦ blue 93

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

Shades of Fruit Salad #52995D

Tints of Fruit Salad #52995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 25%
G = 46.65%
B = 28.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#52995D (or 0x52995D) is known color: Fruit Salad. HEX triplet: 52, 99 and 5D. RGB value is (82,153,93). Sum of RGB (Red+Green+Blue) = 82+153+93=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #52995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52995D is #AD66A2. Grayscale: #7D7D7D. Windows color (decimal): -11364003 or 6134098. OLE color: 6134098.

HSL color Cylindrical-coordinate representation of color #52995D: hue angle of 129.3º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52995D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 93 -
CMYK 0.46 0 0.39 0.4
HSL 129.3º 0.3% 0.46% -
HSV(B) 129.3º 0.46% 0.6% -
XYZ 16.85 25.37 14.36 -
YUV 124.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 82 153 93 0.46 0 0.39 0.4 129.3 0.3 0.46
Hex 52 99 5D 2E 0 27 28 81 1E 2E
Octal 122 231 135 56 0 47 50 201 36 56
Binary 1010010 10011001 1011101 101110 0 100111 101000 10000001 11110 101110

Color Harmonies of #52995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52995D

Black with #52995D

Text Example


Text Example

White with #52995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52995D; }

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

 H1.HeaderClassName
 {
   color: #52995D;
 }
 .AnyTagClassName
 {
   color: #52995D;
 }
</style>

background-color css

<style>
 a { background-color: #52995D; }

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

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

border-color css

<style>
 span { border-color: #52995D; }

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

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