#45A74C

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

Shades of Fruit Salad #45A74C

Tints of Fruit Salad #45A74C

Color information

#45A74C (or 0x45A74C) is unknown color: approx Fruit Salad. HEX triplet: 45, A7 and 4C. RGB value is (69,167,76). Sum of RGB (Red+Green+Blue) = 69+167+76=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #45A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A74C is #BA58B3. Grayscale: #7F7F7F. Windows color (decimal): -12212404 or 5023557. OLE color: 5023557.

HSL color Cylindrical-coordinate representation of color #45A74C: hue angle of 124.29º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A74C is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB6916776-
CMYK0.5900.540.35
HSL124.29º41.53%46.27%-
HSV(B)124.29º58.68%65.49%-
XYZ17.5829.4211.59-
YUV127.3299.0386.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 167 (65.62% from 255) = 53.53%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=22.12%
G=53.53%
B=24.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69167760.5900.540.35124.2941.5346.27
Hex45A74C3B036237c2a2e
Octal10524711473066431745256
Binary100010110100111100110011101101101101000111111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,167,76); }

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

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

 a { background-color: rgb(69,167,76); }

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

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

 span { border-color: rgb(69,167,76); }

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