Html Css Color HEX #409942 Fruit Salad

📋 copy color: '#409942'

red 64 ◦ green 153 ◦ blue 66

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

Shades of Fruit Salad #409942

Tints of Fruit Salad #409942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.06%

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

R = 22.61%
G = 54.06%
B = 23.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#409942 (or 0x409942) is known color: Fruit Salad. HEX triplet: 40, 99 and 42. RGB value is (64,153,66). Sum of RGB (Red+Green+Blue) = 64+153+66=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #409942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409942 is #BF66BD. Grayscale: #747474. Windows color (decimal): -12543678 or 4364608. OLE color: 4364608.

HSL color Cylindrical-coordinate representation of color #409942: hue angle of 121.35º 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 #409942 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 66 -
CMYK 0.58 0 0.57 0.4
HSL 121.35º 0.41% 0.43% -
HSV(B) 121.35º 0.58% 0.6% -
XYZ 14.49 24.27 9.07 -
YUV 116.47 99.51 90.57 -
System Red Green Blue C M Y K H S L
Decimal 64 153 66 0.58 0 0.57 0.4 121.35 0.41 0.43
Hex 40 99 42 3A 0 39 28 79 29 2B
Octal 100 231 102 72 0 71 50 171 51 53
Binary 1000000 10011001 1000010 111010 0 111001 101000 1111001 101001 101011

Color Harmonies of #409942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409942

Black with #409942

Text Example


Text Example

White with #409942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409942; }

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

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

background-color css

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

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

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

border-color css

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

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

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