Html Css Color HEX #409242 Fruit Salad

📋 copy color: '#409242'

red 64 ◦ green 146 ◦ blue 66

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

Shades of Fruit Salad #409242

Tints of Fruit Salad #409242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.9%

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

R = 23.19%
G = 52.9%
B = 23.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#409242 (or 0x409242) is known color: Fruit Salad. HEX triplet: 40, 92 and 42. RGB value is (64,146,66). Sum of RGB (Red+Green+Blue) = 64+146+66=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #409242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409242 is #BF6DBD. Grayscale: #707070. Windows color (decimal): -12545470 or 4362816. OLE color: 4362816.

HSL color Cylindrical-coordinate representation of color #409242: hue angle of 121.46º 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 #409242 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 66 -
CMYK 0.56 0 0.55 0.43
HSL 121.46º 0.39% 0.41% -
HSV(B) 121.46º 0.56% 0.57% -
XYZ 13.38 22.04 8.7 -
YUV 112.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 64 146 66 0.56 0 0.55 0.43 121.46 0.39 0.41
Hex 40 92 42 38 0 37 2B 79 27 29
Octal 100 222 102 70 0 67 53 171 47 51
Binary 1000000 10010010 1000010 111000 0 110111 101011 1111001 100111 101001

Color Harmonies of #409242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409242

Black with #409242

Text Example


Text Example

White with #409242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409242; }

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

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

background-color css

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

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

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

border-color css

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

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

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