#52964B

Color #52964B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #52964B

Tints of Fruit Salad #52964B

Color information

#52964B (or 0x52964B) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 4B. RGB value is (82,150,75). Sum of RGB (Red+Green+Blue) = 82+150+75=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #52964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52964B is #AD69B4. Grayscale: #797979. Windows color (decimal): -11364789 or 4953682. OLE color: 4953682.

HSL color Cylindrical-coordinate representation of color #52964B: hue angle of 114.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52964B is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB8215075-
CMYK0.4500.50.41
HSL114.4º33.33%44.12%-
HSV(B)114.4º50%58.82%-
XYZ15.6624.1110.49-
YUV121.12101.97100.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=26.71%
G=48.86%
B=24.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150750.4500.50.41114.433.3344.12
Hex52964B2D0322972212c
Octal12222611355062511624154
Binary101001010010110100101110110101100101010011110010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,150,75); }

 H1.HeaderClassName
 {
   color: #52964B;
 }
 .AnyTagClassName
 {
   color: #52964B;
 }
</style>
background-color css

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

 a { background-color: rgb(82,150,75); }

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

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

 span { border-color: rgb(82,150,75); }

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