Html Css Color HEX #419444 Fruit Salad

📋 copy color: '#419444'

red 65 ◦ green 148 ◦ blue 68

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

Shades of Fruit Salad #419444

Tints of Fruit Salad #419444

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.67%

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 23.13%
G = 52.67%
B = 24.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#419444 (or 0x419444) is known color: Fruit Salad. HEX triplet: 41, 94 and 44. RGB value is (65,148,68). Sum of RGB (Red+Green+Blue) = 65+148+68=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #419444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419444 is #BE6BBB. Grayscale: #727272. Windows color (decimal): -12479420 or 4494401. OLE color: 4494401.

HSL color Cylindrical-coordinate representation of color #419444: hue angle of 122.17º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419444 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 68 -
CMYK 0.56 0 0.54 0.42
HSL 122.17º 0.39% 0.42% -
HSV(B) 122.17º 0.56% 0.58% -
XYZ 13.81 22.72 9.13 -
YUV 114.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 65 148 68 0.56 0 0.54 0.42 122.17 0.39 0.42
Hex 41 94 44 38 0 36 2A 7A 27 2A
Octal 101 224 104 70 0 66 52 172 47 52
Binary 1000001 10010100 1000100 111000 0 110110 101010 1111010 100111 101010

Color Harmonies of #419444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419444

Black with #419444

Text Example


Text Example

White with #419444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419444; }

 p { color: rgb(65,148,68); }

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

background-color css

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

 a { background-color: rgb(65,148,68); }

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

border-color css

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

 span { border-color: rgb(65,148,68); }

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