Html Css Color HEX #419148 Fruit Salad

📋 copy color: '#419148'

red 65 ◦ green 145 ◦ blue 72

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

Shades of Fruit Salad #419148

Tints of Fruit Salad #419148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.42%

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

R = 23.05%
G = 51.42%
B = 25.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#419148 (or 0x419148) is known color: Fruit Salad. HEX triplet: 41, 91 and 48. RGB value is (65,145,72). Sum of RGB (Red+Green+Blue) = 65+145+72=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #419148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419148 is #BE6EB7. Grayscale: #707070. Windows color (decimal): -12480184 or 4755777. OLE color: 4755777.

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

Color convert

RGB 65 145 72 -
CMYK 0.55 0 0.50 0.43
HSL 125.25º 0.38% 0.41% -
HSV(B) 125.25º 0.55% 0.57% -
XYZ 13.48 21.84 9.64 -
YUV 112.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 65 145 72 0.55 0 0.50 0.43 125.25 0.38 0.41
Hex 41 91 48 37 0 32 2B 7D 26 29
Octal 101 221 110 67 0 62 53 175 46 51
Binary 1000001 10010001 1001000 110111 0 110010 101011 1111101 100110 101001

Color Harmonies of #419148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419148

Black with #419148

Text Example


Text Example

White with #419148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419148; }

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

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

background-color css

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

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

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

border-color css

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

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

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