Html Css Color HEX #419304 La Palma

📋 copy color: '#419304'

red 65 ◦ green 147 ◦ blue 4

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

Shades of La Palma #419304

Tints of La Palma #419304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 68.06%

 BLUE value IS 4 (1.95% from 255) = 1.85%

R = 30.09%
G = 68.06%
B = 1.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#419304 (or 0x419304) is known color: La Palma. HEX triplet: 41, 93 and 04. RGB value is (65,147,4). Sum of RGB (Red+Green+Blue) = 65+147+4=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #419304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419304 is #BE6CFB. Grayscale: #6A6A6A. Windows color (decimal): -12479740 or 299841. OLE color: 299841.

HSL color Cylindrical-coordinate representation of color #419304: hue angle of 94.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #419304 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 4 -
CMYK 0.56 0 0.97 0.42
HSL 94.41º 0.95% 0.3% -
HSV(B) 94.41º 0.97% 0.58% -
XYZ 12.64 22 3.7 -
YUV 106.18 70.33 98.63 -
System Red Green Blue C M Y K H S L
Decimal 65 147 4 0.56 0 0.97 0.42 94.41 0.95 0.3
Hex 41 93 4 38 0 61 2A 5E 5F 1E
Octal 101 223 4 70 0 141 52 136 137 36
Binary 1000001 10010011 100 111000 0 1100001 101010 1011110 1011111 11110

Color Harmonies of #419304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419304

Black with #419304

Text Example


Text Example

White with #419304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419304; }

 p { color: rgb(65,147,4); }

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

background-color css

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

 a { background-color: rgb(65,147,4); }

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

border-color css

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

 span { border-color: rgb(65,147,4); }

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