Html Css Color HEX #409A42 Fruit Salad

📋 copy color: '#409A42'

red 64 ◦ green 154 ◦ blue 66

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

Shades of Fruit Salad #409A42

Tints of Fruit Salad #409A42

RGB

 RED value IS 64 (25.39% from 255) = 22.54%

 GREEN value IS 154 (60.55% from 255) = 54.23%

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 22.54%
G = 54.23%
B = 23.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#409A42 (or 0x409A42) is known color: Fruit Salad. HEX triplet: 40, 9A and 42. RGB value is (64,154,66). Sum of RGB (Red+Green+Blue) = 64+154+66=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #409A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409A42 is #BF65BD. Grayscale: #757575. Windows color (decimal): -12543422 or 4364864. OLE color: 4364864.

HSL color Cylindrical-coordinate representation of color #409A42: hue angle of 121.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A42 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 154 66 -
CMYK 0.58 0 0.57 0.40
HSL 121.33º 0.41% 0.43% -
HSV(B) 121.33º 0.58% 0.6% -
XYZ 14.65 24.59 9.13 -
YUV 117.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 64 154 66 0.58 0 0.57 0.40 121.33 0.41 0.43
Hex 40 9A 42 3A 0 39 28 79 29 2B
Octal 100 232 102 72 0 71 50 171 51 53
Binary 1000000 10011010 1000010 111010 0 111001 101000 1111001 101001 101011

Color Harmonies of #409A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409A42

Black with #409A42

Text Example


Text Example

White with #409A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409A42; }

 p { color: rgb(64,154,66); }

 H1.HeaderClassName
 {
   color: #409A42;
 }
 .AnyTagClassName
 {
   color: #409A42;
 }
</style>

background-color css

<style>
 a { background-color: #409A42; }

 a { background-color: rgb(64,154,66); }

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

border-color css

<style>
 span { border-color: #409A42; }

 span { border-color: rgb(64,154,66); }

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