Html Css Color HEX #419130 La Palma

📋 copy color: '#419130'

red 65 ◦ green 145 ◦ blue 48

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

Shades of La Palma #419130

Tints of La Palma #419130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 25.19%
G = 56.2%
B = 18.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#419130 (or 0x419130) is known color: La Palma. HEX triplet: 41, 91 and 30. RGB value is (65,145,48). Sum of RGB (Red+Green+Blue) = 65+145+48=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #419130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419130 is #BE6ECF. Grayscale: #6E6E6E. Windows color (decimal): -12480208 or 3182913. OLE color: 3182913.

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

Color convert

RGB 65 145 48 -
CMYK 0.55 0 0.67 0.43
HSL 109.48º 0.5% 0.38% -
HSV(B) 109.48º 0.67% 0.57% -
XYZ 12.84 21.59 6.29 -
YUV 110.02 93 95.89 -
System Red Green Blue C M Y K H S L
Decimal 65 145 48 0.55 0 0.67 0.43 109.48 0.5 0.38
Hex 41 91 30 37 0 43 2B 6D 32 26
Octal 101 221 60 67 0 103 53 155 62 46
Binary 1000001 10010001 110000 110111 0 1000011 101011 1101101 110010 100110

Color Harmonies of #419130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419130

Black with #419130

Text Example


Text Example

White with #419130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419130; }

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

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

background-color css

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

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

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

border-color css

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

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

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