Html Css Color HEX #419535 La Palma

📋 copy color: '#419535'

red 65 ◦ green 149 ◦ blue 53

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

Shades of La Palma #419535

Tints of La Palma #419535

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.81%

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 24.34%
G = 55.81%
B = 19.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#419535 (or 0x419535) is known color: La Palma. HEX triplet: 41, 95 and 35. RGB value is (65,149,53). Sum of RGB (Red+Green+Blue) = 65+149+53=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #419535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419535 is #BE6ACA. Grayscale: #717171. Windows color (decimal): -12479179 or 3511617. OLE color: 3511617.

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

Color convert

RGB 65 149 53 -
CMYK 0.56 0 0.64 0.42
HSL 112.5º 0.48% 0.4% -
HSV(B) 112.5º 0.64% 0.58% -
XYZ 13.57 22.88 7.07 -
YUV 112.94 94.17 93.81 -
System Red Green Blue C M Y K H S L
Decimal 65 149 53 0.56 0 0.64 0.42 112.5 0.48 0.4
Hex 41 95 35 38 0 40 2A 70 30 28
Octal 101 225 65 70 0 100 52 160 60 50
Binary 1000001 10010101 110101 111000 0 1000000 101010 1110000 110000 101000

Color Harmonies of #419535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419535

Black with #419535

Text Example


Text Example

White with #419535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419535; }

 p { color: rgb(65,149,53); }

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

background-color css

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

 a { background-color: rgb(65,149,53); }

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

border-color css

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

 span { border-color: rgb(65,149,53); }

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