Html Css Color HEX #419932 La Palma

📋 copy color: '#419932'

red 65 ◦ green 153 ◦ blue 50

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

Shades of La Palma #419932

Tints of La Palma #419932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.09%

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 24.25%
G = 57.09%
B = 18.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#419932 (or 0x419932) is known color: La Palma. HEX triplet: 41, 99 and 32. RGB value is (65,153,50). Sum of RGB (Red+Green+Blue) = 65+153+50=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #419932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419932 is #BE66CD. Grayscale: #737373. Windows color (decimal): -12478158 or 3316033. OLE color: 3316033.

HSL color Cylindrical-coordinate representation of color #419932: hue angle of 111.26º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419932 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 50 -
CMYK 0.58 0 0.67 0.4
HSL 111.26º 0.51% 0.4% -
HSV(B) 111.26º 0.67% 0.6% -
XYZ 14.15 24.14 6.93 -
YUV 114.95 91.35 92.38 -
System Red Green Blue C M Y K H S L
Decimal 65 153 50 0.58 0 0.67 0.4 111.26 0.51 0.4
Hex 41 99 32 3A 0 43 28 6F 33 28
Octal 101 231 62 72 0 103 50 157 63 50
Binary 1000001 10011001 110010 111010 0 1000011 101000 1101111 110011 101000

Color Harmonies of #419932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419932

Black with #419932

Text Example


Text Example

White with #419932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419932; }

 p { color: rgb(65,153,50); }

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

background-color css

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

 a { background-color: rgb(65,153,50); }

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

border-color css

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

 span { border-color: rgb(65,153,50); }

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