#43953F

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

Shades of Fruit Salad #43953F

Tints of Fruit Salad #43953F

Color information

#43953F (or 0x43953F) is unknown color: approx Fruit Salad. HEX triplet: 43, 95 and 3F. RGB value is (67,149,63). Sum of RGB (Red+Green+Blue) = 67+149+63=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #43953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43953F is #BC6AC0. Grayscale: #727272. Windows color (decimal): -12348097 or 4166979. OLE color: 4166979.

HSL color Cylindrical-coordinate representation of color #43953F: hue angle of 117.21º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43953F is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB6714963-
CMYK0.5500.580.42
HSL117.21º40.57%41.57%-
HSV(B)117.21º57.72%58.43%-
XYZ13.9623.058.42-
YUV114.6898.8393.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.01%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 63 (25% from 255) = 22.58%
R=24.01%
G=53.41%
B=22.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67149630.5500.580.42117.2140.5741.57
Hex43953F3703A2A75292a
Octal1032257767072521655152
Binary10000111001010111111111011101110101010101110101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,149,63); }

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

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

 a { background-color: rgb(67,149,63); }

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

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

 span { border-color: rgb(67,149,63); }

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