Html Css Color HEX #409848 Fruit Salad

📋 copy color: '#409848'

red 64 ◦ green 152 ◦ blue 72

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

Shades of Fruit Salad #409848

Tints of Fruit Salad #409848

RGB

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

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

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

R = 22.22%
G = 52.78%
B = 25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#409848 (or 0x409848) is known color: Fruit Salad. HEX triplet: 40, 98 and 48. RGB value is (64,152,72). Sum of RGB (Red+Green+Blue) = 64+152+72=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #409848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409848 is #BF67B7. Grayscale: #747474. Windows color (decimal): -12543928 or 4757568. OLE color: 4757568.

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

Color convert

RGB 64 152 72 -
CMYK 0.58 0 0.53 0.40
HSL 125.45º 0.41% 0.42% -
HSV(B) 125.45º 0.58% 0.6% -
XYZ 14.51 24.01 10 -
YUV 116.57 102.85 90.5 -
System Red Green Blue C M Y K H S L
Decimal 64 152 72 0.58 0 0.53 0.40 125.45 0.41 0.42
Hex 40 98 48 3A 0 35 28 7D 29 2A
Octal 100 230 110 72 0 65 50 175 51 52
Binary 1000000 10011000 1001000 111010 0 110101 101000 1111101 101001 101010

Color Harmonies of #409848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409848

Black with #409848

Text Example


Text Example

White with #409848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409848; }

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

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

background-color css

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

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

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

border-color css

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

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

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