Html Css Color HEX #419426 La Palma

📋 copy color: '#419426'

red 65 ◦ green 148 ◦ blue 38

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

Shades of La Palma #419426

Tints of La Palma #419426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.96%

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

R = 25.9%
G = 58.96%
B = 15.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#419426 (or 0x419426) is known color: La Palma. HEX triplet: 41, 94 and 26. RGB value is (65,148,38). Sum of RGB (Red+Green+Blue) = 65+148+38=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #419426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419426 is #BE6BD9. Grayscale: #6F6F6F. Windows color (decimal): -12479450 or 2528321. OLE color: 2528321.

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

Color convert

RGB 65 148 38 -
CMYK 0.56 0 0.74 0.42
HSL 105.27º 0.59% 0.36% -
HSV(B) 105.27º 0.74% 0.58% -
XYZ 13.12 22.44 5.47 -
YUV 110.64 87 95.44 -
System Red Green Blue C M Y K H S L
Decimal 65 148 38 0.56 0 0.74 0.42 105.27 0.59 0.36
Hex 41 94 26 38 0 4A 2A 69 3B 24
Octal 101 224 46 70 0 112 52 151 73 44
Binary 1000001 10010100 100110 111000 0 1001010 101010 1101001 111011 100100

Color Harmonies of #419426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419426

Black with #419426

Text Example


Text Example

White with #419426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419426; }

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

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

background-color css

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

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

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

border-color css

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

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

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