Html Css Color HEX #409842 Fruit Salad

📋 copy color: '#409842'

red 64 ◦ green 152 ◦ blue 66

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

Shades of Fruit Salad #409842

Tints of Fruit Salad #409842

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

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

R = 22.7%
G = 53.9%
B = 23.4%

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

#409842 (or 0x409842) is known color: Fruit Salad. HEX triplet: 40, 98 and 42. RGB value is (64,152,66). Sum of RGB (Red+Green+Blue) = 64+152+66=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #409842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409842 is #BF67BD. Grayscale: #747474. Windows color (decimal): -12543934 or 4364352. OLE color: 4364352.

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

Color convert

RGB 64 152 66 -
CMYK 0.58 0 0.57 0.40
HSL 121.36º 0.41% 0.42% -
HSV(B) 121.36º 0.58% 0.6% -
XYZ 14.33 23.94 9.02 -
YUV 115.88 99.85 90.99 -
System Red Green Blue C M Y K H S L
Decimal 64 152 66 0.58 0 0.57 0.40 121.36 0.41 0.42
Hex 40 98 42 3A 0 39 28 79 29 2A
Octal 100 230 102 72 0 71 50 171 51 52
Binary 1000000 10011000 1000010 111010 0 111001 101000 1111001 101001 101010

Color Harmonies of #409842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409842

Black with #409842

Text Example


Text Example

White with #409842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409842; }

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

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

background-color css

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

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

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

border-color css

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

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

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