#419B3D

Color #419B3D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #419B3D

Tints of Fruit Salad #419B3D

Color information

#419B3D (or 0x419B3D) is unknown color: approx Fruit Salad. HEX triplet: 41, 9B and 3D. RGB value is (65,155,61). Sum of RGB (Red+Green+Blue) = 65+155+61=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #419B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419B3D is #BE64C2. Grayscale: #757575. Windows color (decimal): -12477635 or 4037441. OLE color: 4037441.

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

Color convert

RGB6515561-
CMYK0.5800.610.39
HSL117.45º43.52%42.35%-
HSV(B)117.45º60.65%60.78%-
XYZ14.7424.98.44-
YUV117.3796.1890.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 155 (60.94% from 255) = 55.16%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=23.13%
G=55.16%
B=21.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65155610.5800.610.39117.4543.5242.35
Hex419B3D3A03D27752c2a
Octal1012337572075471655452
Binary10000011001101111110111101001111011001111110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419B3D; }

 p { color: rgb(65,155,61); }

 H1.HeaderClassName
 {
   color: #419B3D;
 }
 .AnyTagClassName
 {
   color: #419B3D;
 }
</style>
background-color css

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

 a { background-color: rgb(65,155,61); }

 div.DivClassName
 {
   background-color: #419B3D;
 }
 .BgClassName
 {
   background-color: #419B3D;
 }
</style>
border-color css

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

 span { border-color: rgb(65,155,61); }

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