Html Css Color HEX #419042 Fruit Salad

📋 copy color: '#419042'

red 65 ◦ green 144 ◦ blue 66

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

Shades of Fruit Salad #419042

Tints of Fruit Salad #419042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.36%

 BLUE value IS 66 (26.17% from 255) = 24%

R = 23.64%
G = 52.36%
B = 24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#419042 (or 0x419042) is known color: Fruit Salad. HEX triplet: 41, 90 and 42. RGB value is (65,144,66). Sum of RGB (Red+Green+Blue) = 65+144+66=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #419042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419042 is #BE6FBD. Grayscale: #6F6F6F. Windows color (decimal): -12480446 or 4362305. OLE color: 4362305.

HSL color Cylindrical-coordinate representation of color #419042: hue angle of 120.76º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419042 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 66 -
CMYK 0.55 0 0.54 0.44
HSL 120.76º 0.38% 0.41% -
HSV(B) 120.76º 0.55% 0.56% -
XYZ 13.14 21.46 8.6 -
YUV 111.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 65 144 66 0.55 0 0.54 0.44 120.76 0.38 0.41
Hex 41 90 42 37 0 36 2C 79 26 29
Octal 101 220 102 67 0 66 54 171 46 51
Binary 1000001 10010000 1000010 110111 0 110110 101100 1111001 100110 101001

Color Harmonies of #419042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419042

Black with #419042

Text Example


Text Example

White with #419042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419042; }

 p { color: rgb(65,144,66); }

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

background-color css

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

 a { background-color: rgb(65,144,66); }

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

border-color css

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

 span { border-color: rgb(65,144,66); }

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