#429B45

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

Shades of Fruit Salad #429B45

Tints of Fruit Salad #429B45

Color information

#429B45 (or 0x429B45) is unknown color: approx Fruit Salad. HEX triplet: 42, 9B and 45. RGB value is (66,155,69). Sum of RGB (Red+Green+Blue) = 66+155+69=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #429B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B45 is #BD64BA. Grayscale: #767676. Windows color (decimal): -12412091 or 4561730. OLE color: 4561730.

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

Color convert

RGB6615569-
CMYK0.5700.550.39
HSL122.02º40.27%43.33%-
HSV(B)122.02º57.42%60.78%-
XYZ15.0425.039.67-
YUV118.58100.0190.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 155 (60.94% from 255) = 53.45%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=22.76%
G=53.45%
B=23.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155690.5700.550.39122.0240.2743.33
Hex429B4539037277a282b
Octal10223310571067471725053
Binary100001010011011100010111100101101111001111111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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