#45B648

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

Shades of Fruit Salad #45B648

Tints of Fruit Salad #45B648

Color information

#45B648 (or 0x45B648) is unknown color: approx Fruit Salad. HEX triplet: 45, B6 and 48. RGB value is (69,182,72). Sum of RGB (Red+Green+Blue) = 69+182+72=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #45B648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B648 is #BA49B7. Grayscale: #878787. Windows color (decimal): -12208568 or 4765253. OLE color: 4765253.

HSL color Cylindrical-coordinate representation of color #45B648: hue angle of 121.59º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B648 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB6918272-
CMYK0.6200.600.29
HSL121.59º45.02%49.22%-
HSV(B)121.59º62.09%71.37%-
XYZ20.3535.1911.85-
YUV135.6792.0680.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=21.36%
G=56.35%
B=22.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69182720.6200.600.29121.5945.0249.22
Hex45B6483E03C1D7a2d31
Octal10526611076074351725561
Binary10001011011011010010001111100111100111011111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45B648; }

 p { color: rgb(69,182,72); }

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

<style>
 a { background-color: #45B648; }

 a { background-color: rgb(69,182,72); }

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

<style>
 span { border-color: #45B648; }

 span { border-color: rgb(69,182,72); }

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