#46984D

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

Shades of Fruit Salad #46984D

Tints of Fruit Salad #46984D

Color information

#46984D (or 0x46984D) is unknown color: approx Fruit Salad. HEX triplet: 46, 98 and 4D. RGB value is (70,152,77). Sum of RGB (Red+Green+Blue) = 70+152+77=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #46984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46984D is #B967B2. Grayscale: #777777. Windows color (decimal): -12150707 or 5085254. OLE color: 5085254.

HSL color Cylindrical-coordinate representation of color #46984D: hue angle of 125.12º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46984D is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB7015277-
CMYK0.5400.490.40
HSL125.12º36.94%43.53%-
HSV(B)125.12º53.95%59.61%-
XYZ15.0924.2910.91-
YUV118.93104.3393.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 152 (59.77% from 255) = 50.84%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=23.41%
G=50.84%
B=25.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152770.5400.490.40125.1236.9443.53
Hex46984D36031287d252c
Octal10623011566061501754554
Binary100011010011000100110111011001100011010001111101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,152,77); }

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

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

 a { background-color: rgb(70,152,77); }

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

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

 span { border-color: rgb(70,152,77); }

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