#43A452

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

Shades of Fruit Salad #43A452

Tints of Fruit Salad #43A452

Color information

#43A452 (or 0x43A452) is unknown color: approx Fruit Salad. HEX triplet: 43, A4 and 52. RGB value is (67,164,82). Sum of RGB (Red+Green+Blue) = 67+164+82=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #43A452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A452 is #BC5BAD. Grayscale: #7D7D7D. Windows color (decimal): -12344238 or 5416003. OLE color: 5416003.

HSL color Cylindrical-coordinate representation of color #43A452: hue angle of 129.28º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A452 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB6716482-
CMYK0.5900.50.36
HSL129.28º41.99%45.29%-
HSV(B)129.28º59.15%64.31%-
XYZ17.1128.3512.55-
YUV125.65103.3686.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.41%
GREEN value IS 164 (64.45% from 255) = 52.40%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=21.41%
G=52.40%
B=26.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67164820.5900.50.36129.2841.9945.29
Hex43A4523B03224812a2d
Octal10324412273062442015255
Binary1000011101001001010010111011011001010010010000001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43A452; }

 p { color: rgb(67,164,82); }

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

<style>
 a { background-color: #43A452; }

 a { background-color: rgb(67,164,82); }

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

<style>
 span { border-color: #43A452; }

 span { border-color: rgb(67,164,82); }

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