#459B4F

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

Shades of Fruit Salad #459B4F

Tints of Fruit Salad #459B4F

Color information

#459B4F (or 0x459B4F) is unknown color: approx Fruit Salad. HEX triplet: 45, 9B and 4F. RGB value is (69,155,79). Sum of RGB (Red+Green+Blue) = 69+155+79=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #459B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B4F is #BA64B0. Grayscale: #787878. Windows color (decimal): -12215473 or 5217093. OLE color: 5217093.

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

Color convert

RGB6915579-
CMYK0.5500.490.39
HSL126.98º38.39%43.92%-
HSV(B)126.98º55.48%60.78%-
XYZ15.5925.2711.45-
YUV120.62104.5191.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=22.77%
G=51.16%
B=26.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69155790.5500.490.39126.9838.3943.92
Hex459B4F37031277f262c
Octal10523311767061471774654
Binary100010110011011100111111011101100011001111111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,155,79); }

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

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

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

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

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

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

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