#429C3D

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

Shades of Fruit Salad #429C3D

Tints of Fruit Salad #429C3D

Color information

#429C3D (or 0x429C3D) is unknown color: approx Fruit Salad. HEX triplet: 42, 9C and 3D. RGB value is (66,156,61). Sum of RGB (Red+Green+Blue) = 66+156+61=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #429C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C3D is #BD63C2. Grayscale: #767676. Windows color (decimal): -12411843 or 4037698. OLE color: 4037698.

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

Color convert

RGB6615661-
CMYK0.5800.610.39
HSL116.84º43.78%42.55%-
HSV(B)116.84º60.9%61.18%-
XYZ14.9825.278.5-
YUV118.2695.6890.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=23.32%
G=55.12%
B=21.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66156610.5800.610.39116.8443.7842.55
Hex429C3D3A03D27752c2b
Octal1022347572075471655453
Binary10000101001110011110111101001111011001111110101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429C3D; }

 p { color: rgb(66,156,61); }

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

<style>
 a { background-color: #429C3D; }

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

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

<style>
 span { border-color: #429C3D; }

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

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