Html Css Color HEX #419534 La Palma

📋 copy color: '#419534'

red 65 ◦ green 149 ◦ blue 52

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

Shades of La Palma #419534

Tints of La Palma #419534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 24.44%
G = 56.02%
B = 19.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#419534 (or 0x419534) is known color: La Palma. HEX triplet: 41, 95 and 34. RGB value is (65,149,52). Sum of RGB (Red+Green+Blue) = 65+149+52=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #419534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419534 is #BE6ACB. Grayscale: #717171. Windows color (decimal): -12479180 or 3446081. OLE color: 3446081.

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

Color convert

RGB 65 149 52 -
CMYK 0.56 0 0.65 0.42
HSL 111.96º 0.48% 0.39% -
HSV(B) 111.96º 0.65% 0.58% -
XYZ 13.55 22.87 6.95 -
YUV 112.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 65 149 52 0.56 0 0.65 0.42 111.96 0.48 0.39
Hex 41 95 34 38 0 41 2A 70 30 27
Octal 101 225 64 70 0 101 52 160 60 47
Binary 1000001 10010101 110100 111000 0 1000001 101010 1110000 110000 100111

Color Harmonies of #419534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419534

Black with #419534

Text Example


Text Example

White with #419534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419534; }

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

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

background-color css

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

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

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

border-color css

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

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

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