Html Css Color HEX #419948 Fruit Salad

📋 copy color: '#419948'

red 65 ◦ green 153 ◦ blue 72

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

Shades of Fruit Salad #419948

Tints of Fruit Salad #419948

RGB

 RED value IS 65 (25.78% from 255) = 22.41%

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

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

R = 22.41%
G = 52.76%
B = 24.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#419948 (or 0x419948) is known color: Fruit Salad. HEX triplet: 41, 99 and 48. RGB value is (65,153,72). Sum of RGB (Red+Green+Blue) = 65+153+72=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #419948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419948 is #BE66B7. Grayscale: #757575. Windows color (decimal): -12478136 or 4757825. OLE color: 4757825.

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

Color convert

RGB 65 153 72 -
CMYK 0.58 0 0.53 0.4
HSL 124.77º 0.4% 0.43% -
HSV(B) 124.77º 0.58% 0.6% -
XYZ 14.74 24.37 10.06 -
YUV 117.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 65 153 72 0.58 0 0.53 0.4 124.77 0.4 0.43
Hex 41 99 48 3A 0 35 28 7D 28 2B
Octal 101 231 110 72 0 65 50 175 50 53
Binary 1000001 10011001 1001000 111010 0 110101 101000 1111101 101000 101011

Color Harmonies of #419948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419948

Black with #419948

Text Example


Text Example

White with #419948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419948; }

 p { color: rgb(65,153,72); }

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

background-color css

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

 a { background-color: rgb(65,153,72); }

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

border-color css

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

 span { border-color: rgb(65,153,72); }

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