#45984A

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

Shades of Fruit Salad #45984A

Tints of Fruit Salad #45984A

Color information

#45984A (or 0x45984A) is unknown color: approx Fruit Salad. HEX triplet: 45, 98 and 4A. RGB value is (69,152,74). Sum of RGB (Red+Green+Blue) = 69+152+74=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #45984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45984A is #BA67B5. Grayscale: #767676. Windows color (decimal): -12216246 or 4888645. OLE color: 4888645.

HSL color Cylindrical-coordinate representation of color #45984A: hue angle of 123.61º 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 #45984A is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB6915274-
CMYK0.5500.510.40
HSL123.61º37.56%43.33%-
HSV(B)123.61º54.61%59.61%-
XYZ14.9224.2210.37-
YUV118.2910392.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=23.39%
G=51.53%
B=25.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69152740.5500.510.40123.6137.5643.33
Hex45984A37033287c262b
Octal10523011267063501744653
Binary100010110011000100101011011101100111010001111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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