Html Css Color HEX #419245 Fruit Salad

📋 copy color: '#419245'

red 65 ◦ green 146 ◦ blue 69

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

Shades of Fruit Salad #419245

Tints of Fruit Salad #419245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 23.21%
G = 52.14%
B = 24.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#419245 (or 0x419245) is known color: Fruit Salad. HEX triplet: 41, 92 and 45. RGB value is (65,146,69). Sum of RGB (Red+Green+Blue) = 65+146+69=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #419245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419245 is #BE6DBA. Grayscale: #717171. Windows color (decimal): -12479931 or 4559425. OLE color: 4559425.

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

Color convert

RGB 65 146 69 -
CMYK 0.55 0 0.53 0.43
HSL 122.96º 0.38% 0.41% -
HSV(B) 122.96º 0.55% 0.57% -
XYZ 13.53 22.11 9.18 -
YUV 113 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 65 146 69 0.55 0 0.53 0.43 122.96 0.38 0.41
Hex 41 92 45 37 0 35 2B 7B 26 29
Octal 101 222 105 67 0 65 53 173 46 51
Binary 1000001 10010010 1000101 110111 0 110101 101011 1111011 100110 101001

Color Harmonies of #419245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419245

Black with #419245

Text Example


Text Example

White with #419245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419245; }

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

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

background-color css

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

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

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

border-color css

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

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

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