Html Css Color HEX #409148 Fruit Salad

📋 copy color: '#409148'

red 64 ◦ green 145 ◦ blue 72

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

Shades of Fruit Salad #409148

Tints of Fruit Salad #409148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 22.78%
G = 51.6%
B = 25.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#409148 (or 0x409148) is known color: Fruit Salad. HEX triplet: 40, 91 and 48. RGB value is (64,145,72). Sum of RGB (Red+Green+Blue) = 64+145+72=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #409148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409148 is #BF6EB7. Grayscale: #707070. Windows color (decimal): -12545720 or 4755776. OLE color: 4755776.

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

Color convert

RGB 64 145 72 -
CMYK 0.56 0 0.50 0.43
HSL 125.93º 0.39% 0.41% -
HSV(B) 125.93º 0.56% 0.57% -
XYZ 13.41 21.81 9.63 -
YUV 112.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 64 145 72 0.56 0 0.50 0.43 125.93 0.39 0.41
Hex 40 91 48 38 0 32 2B 7E 27 29
Octal 100 221 110 70 0 62 53 176 47 51
Binary 1000000 10010001 1001000 111000 0 110010 101011 1111110 100111 101001

Color Harmonies of #409148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409148

Black with #409148

Text Example


Text Example

White with #409148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409148; }

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

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

background-color css

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

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

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

border-color css

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

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

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