Html Css Color HEX #419421 La Palma

📋 copy color: '#419421'

red 65 ◦ green 148 ◦ blue 33

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

Shades of La Palma #419421

Tints of La Palma #419421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.41%

R = 26.42%
G = 60.16%
B = 13.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#419421 (or 0x419421) is known color: La Palma. HEX triplet: 41, 94 and 21. RGB value is (65,148,33). Sum of RGB (Red+Green+Blue) = 65+148+33=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #419421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419421 is #BE6BDE. Grayscale: #6E6E6E. Windows color (decimal): -12479455 or 2200641. OLE color: 2200641.

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

Color convert

RGB 65 148 33 -
CMYK 0.56 0 0.78 0.42
HSL 103.3º 0.64% 0.35% -
HSV(B) 103.3º 0.78% 0.58% -
XYZ 13.04 22.41 5.08 -
YUV 110.07 84.5 95.85 -
System Red Green Blue C M Y K H S L
Decimal 65 148 33 0.56 0 0.78 0.42 103.3 0.64 0.35
Hex 41 94 21 38 0 4E 2A 67 40 23
Octal 101 224 41 70 0 116 52 147 100 43
Binary 1000001 10010100 100001 111000 0 1001110 101010 1100111 1000000 100011

Color Harmonies of #419421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419421

Black with #419421

Text Example


Text Example

White with #419421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419421; }

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

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

background-color css

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

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

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

border-color css

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

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

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