#45994B

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

Shades of Fruit Salad #45994B

Tints of Fruit Salad #45994B

Color information

#45994B (or 0x45994B) is unknown color: approx Fruit Salad. HEX triplet: 45, 99 and 4B. RGB value is (69,153,75). Sum of RGB (Red+Green+Blue) = 69+153+75=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #45994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45994B is #BA66B4. Grayscale: #777777. Windows color (decimal): -12215989 or 4954437. OLE color: 4954437.

HSL color Cylindrical-coordinate representation of color #45994B: hue angle of 124.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45994B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB6915375-
CMYK0.5500.510.4
HSL124.29º37.84%43.53%-
HSV(B)124.29º54.9%60%-
XYZ15.1224.5610.6-
YUV118.99103.1792.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=23.23%
G=51.52%
B=25.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69153750.5500.510.4124.2937.8443.53
Hex45994B37033287c262c
Octal10523111367063501744654
Binary100010110011001100101111011101100111010001111100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,153,75); }

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

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

 a { background-color: rgb(69,153,75); }

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

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

 span { border-color: rgb(69,153,75); }

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