Html Css Color HEX #429B46 Fruit Salad

📋 copy color: '#429B46'

red 66 ◦ green 155 ◦ blue 70

#429B46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #429B46

Tints of Fruit Salad #429B46

RGB

 RED value IS 66 (26.17% from 255) = 22.68%

 GREEN value IS 155 (60.94% from 255) = 53.26%

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 22.68%
G = 53.26%
B = 24.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#429B46 (or 0x429B46) is known color: Fruit Salad. HEX triplet: 42, 9B and 46. RGB value is (66,155,70). Sum of RGB (Red+Green+Blue) = 66+155+70=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #429B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B46 is #BD64B9. Grayscale: #767676. Windows color (decimal): -12412090 or 4627266. OLE color: 4627266.

HSL color Cylindrical-coordinate representation of color #429B46: hue angle of 122.7º 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 #429B46 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 70 -
CMYK 0.57 0 0.55 0.39
HSL 122.7º 0.4% 0.43% -
HSV(B) 122.7º 0.57% 0.61% -
XYZ 15.07 25.04 9.83 -
YUV 118.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 66 155 70 0.57 0 0.55 0.39 122.7 0.4 0.43
Hex 42 9B 46 39 0 37 27 7B 28 2B
Octal 102 233 106 71 0 67 47 173 50 53
Binary 1000010 10011011 1000110 111001 0 110111 100111 1111011 101000 101011

Color Harmonies of #429B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B46

Black with #429B46

Text Example


Text Example

White with #429B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #429B46;
 }
 .AnyTagClassName
 {
   color: #429B46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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