Html Css Color HEX #52915B Fruit Salad

📋 copy color: '#52915B'

red 82 ◦ green 145 ◦ blue 91

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

Shades of Fruit Salad #52915B

Tints of Fruit Salad #52915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 25.79%
G = 45.6%
B = 28.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#52915B (or 0x52915B) is known color: Fruit Salad. HEX triplet: 52, 91 and 5B. RGB value is (82,145,91). Sum of RGB (Red+Green+Blue) = 82+145+91=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #52915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52915B is #AD6EA4. Grayscale: #787878. Windows color (decimal): -11366053 or 6000978. OLE color: 6000978.

HSL color Cylindrical-coordinate representation of color #52915B: hue angle of 128.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52915B is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 91 -
CMYK 0.43 0 0.37 0.43
HSL 128.57º 0.28% 0.45% -
HSV(B) 128.57º 0.43% 0.57% -
XYZ 15.49 22.8 13.48 -
YUV 120.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 82 145 91 0.43 0 0.37 0.43 128.57 0.28 0.45
Hex 52 91 5B 2B 0 25 2B 81 1C 2D
Octal 122 221 133 53 0 45 53 201 34 55
Binary 1010010 10010001 1011011 101011 0 100101 101011 10000001 11100 101101

Color Harmonies of #52915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52915B

Black with #52915B

Text Example


Text Example

White with #52915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52915B; }

 p { color: rgb(82,145,91); }

 H1.HeaderClassName
 {
   color: #52915B;
 }
 .AnyTagClassName
 {
   color: #52915B;
 }
</style>

background-color css

<style>
 a { background-color: #52915B; }

 a { background-color: rgb(82,145,91); }

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

border-color css

<style>
 span { border-color: #52915B; }

 span { border-color: rgb(82,145,91); }

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