#459C45

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

Shades of Fruit Salad #459C45

Tints of Fruit Salad #459C45

Color information

#459C45 (or 0x459C45) is unknown color: approx Fruit Salad. HEX triplet: 45, 9C and 45. RGB value is (69,156,69). Sum of RGB (Red+Green+Blue) = 69+156+69=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #459C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C45 is #BA63BA. Grayscale: #787878. Windows color (decimal): -12215227 or 4561989. OLE color: 4561989.

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

Color convert

RGB6915669-
CMYK0.5600.560.39
HSL120º38.67%44.12%-
HSV(B)120º55.77%61.18%-
XYZ15.4225.479.73-
YUV120.0799.1891.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 156 (61.33% from 255) = 53.06%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=23.47%
G=53.06%
B=23.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69156690.5600.560.3912038.6744.12
Hex459C45380382778272c
Octal10523410570070471704754
Binary100010110011100100010111100001110001001111111000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459C45; }

 p { color: rgb(69,156,69); }

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

<style>
 a { background-color: #459C45; }

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

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

<style>
 span { border-color: #459C45; }

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

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