#45B04D

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

Shades of Fruit Salad #45B04D

Tints of Fruit Salad #45B04D

Color information

#45B04D (or 0x45B04D) is unknown color: approx Fruit Salad. HEX triplet: 45, B0 and 4D. RGB value is (69,176,77). Sum of RGB (Red+Green+Blue) = 69+176+77=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #45B04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B04D is #BA4FB2. Grayscale: #858585. Windows color (decimal): -12210099 or 5091397. OLE color: 5091397.

HSL color Cylindrical-coordinate representation of color #45B04D: hue angle of 124.49º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B04D is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB6917677-
CMYK0.6100.560.31
HSL124.49º43.67%48.04%-
HSV(B)124.49º60.8%69.02%-
XYZ19.3232.8512.34-
YUV132.7296.5582.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=21.43%
G=54.66%
B=23.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69176770.6100.560.31124.4943.6748.04
Hex45B04D3D0381F7c2c30
Octal10526011575070371745460
Binary10001011011000010011011111010111000111111111100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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