#51965C

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

Shades of Fruit Salad #51965C

Tints of Fruit Salad #51965C

Color information

#51965C (or 0x51965C) is unknown color: approx Fruit Salad. HEX triplet: 51, 96 and 5C. RGB value is (81,150,92). Sum of RGB (Red+Green+Blue) = 81+150+92=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #51965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51965C is #AE69A3. Grayscale: #7A7A7A. Windows color (decimal): -11430308 or 6067793. OLE color: 6067793.

HSL color Cylindrical-coordinate representation of color #51965C: hue angle of 129.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51965C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB8115092-
CMYK0.4600.390.41
HSL129.57º29.87%45.29%-
HSV(B)129.57º46%58.82%-
XYZ16.2324.3313.97-
YUV122.76110.6498.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=25.08%
G=46.44%
B=28.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81150920.4600.390.41129.5729.8745.29
Hex51965C2E02729821e2d
Octal12122613456047512023655
Binary101000110010110101110010111001001111010011000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51965C; }

 p { color: rgb(81,150,92); }

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

<style>
 a { background-color: #51965C; }

 a { background-color: rgb(81,150,92); }

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

<style>
 span { border-color: #51965C; }

 span { border-color: rgb(81,150,92); }

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