Html Css Color HEX #429C45 Fruit Salad

📋 copy color: '#429C45'

red 66 ◦ green 156 ◦ blue 69

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

Shades of Fruit Salad #429C45

Tints of Fruit Salad #429C45

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.61%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 22.68%
G = 53.61%
B = 23.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#429C45 (or 0x429C45) is known color: Fruit Salad. HEX triplet: 42, 9C and 45. RGB value is (66,156,69). Sum of RGB (Red+Green+Blue) = 66+156+69=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #429C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C45 is #BD63BA. Grayscale: #777777. Windows color (decimal): -12411835 or 4561986. OLE color: 4561986.

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

Color convert

RGB 66 156 69 -
CMYK 0.58 0 0.56 0.39
HSL 122º 0.41% 0.44% -
HSV(B) 122º 0.58% 0.61% -
XYZ 15.21 25.36 9.72 -
YUV 119.17 99.68 90.07 -
System Red Green Blue C M Y K H S L
Decimal 66 156 69 0.58 0 0.56 0.39 122 0.41 0.44
Hex 42 9C 45 3A 0 38 27 7A 29 2C
Octal 102 234 105 72 0 70 47 172 51 54
Binary 1000010 10011100 1000101 111010 0 111000 100111 1111010 101001 101100

Color Harmonies of #429C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C45

Black with #429C45

Text Example


Text Example

White with #429C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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