Html Css Color HEX #409248 Fruit Salad

📋 copy color: '#409248'

red 64 ◦ green 146 ◦ blue 72

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

Shades of Fruit Salad #409248

Tints of Fruit Salad #409248

RGB

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

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

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

R = 22.7%
G = 51.77%
B = 25.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#409248 (or 0x409248) is known color: Fruit Salad. HEX triplet: 40, 92 and 48. RGB value is (64,146,72). Sum of RGB (Red+Green+Blue) = 64+146+72=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #409248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409248 is #BF6DB7. Grayscale: #717171. Windows color (decimal): -12545464 or 4756032. OLE color: 4756032.

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

Color convert

RGB 64 146 72 -
CMYK 0.56 0 0.51 0.43
HSL 125.85º 0.39% 0.41% -
HSV(B) 125.85º 0.56% 0.57% -
XYZ 13.56 22.12 9.68 -
YUV 113.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 64 146 72 0.56 0 0.51 0.43 125.85 0.39 0.41
Hex 40 92 48 38 0 33 2B 7E 27 29
Octal 100 222 110 70 0 63 53 176 47 51
Binary 1000000 10010010 1001000 111000 0 110011 101011 1111110 100111 101001

Color Harmonies of #409248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409248

Black with #409248

Text Example


Text Example

White with #409248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409248; }

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

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

background-color css

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

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

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

border-color css

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

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

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