Html Css Color HEX #419126 La Palma

📋 copy color: '#419126'

red 65 ◦ green 145 ◦ blue 38

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

Shades of La Palma #419126

Tints of La Palma #419126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 26.21%
G = 58.47%
B = 15.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#419126 (or 0x419126) is known color: La Palma. HEX triplet: 41, 91 and 26. RGB value is (65,145,38). Sum of RGB (Red+Green+Blue) = 65+145+38=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #419126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419126 is #BE6ED9. Grayscale: #6D6D6D. Windows color (decimal): -12480218 or 2527553. OLE color: 2527553.

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

Color convert

RGB 65 145 38 -
CMYK 0.55 0 0.74 0.43
HSL 104.86º 0.58% 0.36% -
HSV(B) 104.86º 0.74% 0.57% -
XYZ 12.66 21.51 5.32 -
YUV 108.88 88 96.7 -
System Red Green Blue C M Y K H S L
Decimal 65 145 38 0.55 0 0.74 0.43 104.86 0.58 0.36
Hex 41 91 26 37 0 4A 2B 69 3A 24
Octal 101 221 46 67 0 112 53 151 72 44
Binary 1000001 10010001 100110 110111 0 1001010 101011 1101001 111010 100100

Color Harmonies of #419126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419126

Black with #419126

Text Example


Text Example

White with #419126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419126; }

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

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

background-color css

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

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

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

border-color css

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

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

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