Html Css Color HEX #419242 Fruit Salad

📋 copy color: '#419242'

red 65 ◦ green 146 ◦ blue 66

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

Shades of Fruit Salad #419242

Tints of Fruit Salad #419242

RGB

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

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

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

R = 23.47%
G = 52.71%
B = 23.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#419242 (or 0x419242) is known color: Fruit Salad. HEX triplet: 41, 92 and 42. RGB value is (65,146,66). Sum of RGB (Red+Green+Blue) = 65+146+66=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #419242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419242 is #BE6DBD. Grayscale: #707070. Windows color (decimal): -12479934 or 4362817. OLE color: 4362817.

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

Color convert

RGB 65 146 66 -
CMYK 0.55 0 0.55 0.43
HSL 120.74º 0.38% 0.41% -
HSV(B) 120.74º 0.55% 0.57% -
XYZ 13.44 22.07 8.71 -
YUV 112.66 101.66 94 -
System Red Green Blue C M Y K H S L
Decimal 65 146 66 0.55 0 0.55 0.43 120.74 0.38 0.41
Hex 41 92 42 37 0 37 2B 79 26 29
Octal 101 222 102 67 0 67 53 171 46 51
Binary 1000001 10010010 1000010 110111 0 110111 101011 1111001 100110 101001

Color Harmonies of #419242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419242

Black with #419242

Text Example


Text Example

White with #419242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419242; }

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

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

background-color css

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

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

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

border-color css

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

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

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