#43994F

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

Shades of Fruit Salad #43994F

Tints of Fruit Salad #43994F

Color information

#43994F (or 0x43994F) is unknown color: approx Fruit Salad. HEX triplet: 43, 99 and 4F. RGB value is (67,153,79). Sum of RGB (Red+Green+Blue) = 67+153+79=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #43994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43994F is #BC66B0. Grayscale: #777777. Windows color (decimal): -12347057 or 5216579. OLE color: 5216579.

HSL color Cylindrical-coordinate representation of color #43994F: hue angle of 128.37º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43994F is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB6715379-
CMYK0.5600.480.4
HSL128.37º39.09%43.14%-
HSV(B)128.37º56.21%60%-
XYZ15.1224.5411.34-
YUV118.85105.5191.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.41%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=22.41%
G=51.17%
B=26.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal67153790.5600.480.4128.3739.0943.14
Hex43994F380302880272b
Octal10323111770060502004753
Binary1000011100110011001111111000011000010100010000000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43994F; }

 p { color: rgb(67,153,79); }

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

<style>
 a { background-color: #43994F; }

 a { background-color: rgb(67,153,79); }

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

<style>
 span { border-color: #43994F; }

 span { border-color: rgb(67,153,79); }

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