#45984D

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

Shades of Fruit Salad #45984D

Tints of Fruit Salad #45984D

Color information

#45984D (or 0x45984D) is unknown color: approx Fruit Salad. HEX triplet: 45, 98 and 4D. RGB value is (69,152,77). Sum of RGB (Red+Green+Blue) = 69+152+77=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #45984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45984D is #BA67B2. Grayscale: #767676. Windows color (decimal): -12216243 or 5085253. OLE color: 5085253.

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

Color convert

RGB6915277-
CMYK0.5500.490.40
HSL125.78º37.56%43.33%-
HSV(B)125.78º54.61%59.61%-
XYZ15.0224.2610.91-
YUV118.63104.592.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=23.15%
G=51.01%
B=25.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69152770.5500.490.40125.7837.5643.33
Hex45984D37031287e262b
Octal10523011567061501764653
Binary100010110011000100110111011101100011010001111110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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