#45994D

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

Shades of Fruit Salad #45994D

Tints of Fruit Salad #45994D

Color information

#45994D (or 0x45994D) is unknown color: approx Fruit Salad. HEX triplet: 45, 99 and 4D. RGB value is (69,153,77). Sum of RGB (Red+Green+Blue) = 69+153+77=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #45994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45994D is #BA66B2. Grayscale: #777777. Windows color (decimal): -12215987 or 5085509. OLE color: 5085509.

HSL color Cylindrical-coordinate representation of color #45994D: hue angle of 125.71º 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 #45994D is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB6915377-
CMYK0.5500.500.4
HSL125.71º37.84%43.53%-
HSV(B)125.71º54.9%60%-
XYZ15.1924.5810.97-
YUV119.22104.1792.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=23.08%
G=51.17%
B=25.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69153770.5500.500.4125.7137.8443.53
Hex45994D37032287e262c
Octal10523111567062501764654
Binary100010110011001100110111011101100101010001111110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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