Html Css Color HEX #409142 Fruit Salad

📋 copy color: '#409142'

red 64 ◦ green 145 ◦ blue 66

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

Shades of Fruit Salad #409142

Tints of Fruit Salad #409142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.73%

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

R = 23.27%
G = 52.73%
B = 24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#409142 (or 0x409142) is known color: Fruit Salad. HEX triplet: 40, 91 and 42. RGB value is (64,145,66). Sum of RGB (Red+Green+Blue) = 64+145+66=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #409142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409142 is #BF6EBD. Grayscale: #707070. Windows color (decimal): -12545726 or 4362560. OLE color: 4362560.

HSL color Cylindrical-coordinate representation of color #409142: hue angle of 121.48º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409142 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 66 -
CMYK 0.56 0 0.54 0.43
HSL 121.48º 0.39% 0.41% -
HSV(B) 121.48º 0.56% 0.57% -
XYZ 13.22 21.73 8.65 -
YUV 111.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 64 145 66 0.56 0 0.54 0.43 121.48 0.39 0.41
Hex 40 91 42 38 0 36 2B 79 27 29
Octal 100 221 102 70 0 66 53 171 47 51
Binary 1000000 10010001 1000010 111000 0 110110 101011 1111001 100111 101001

Color Harmonies of #409142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409142

Black with #409142

Text Example


Text Example

White with #409142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409142; }

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

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

background-color css

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

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

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

border-color css

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

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

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