Html Css Color HEX #4A9419 La Palma

📋 copy color: '#4A9419'

red 74 ◦ green 148 ◦ blue 25

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

Shades of La Palma #4A9419

Tints of La Palma #4A9419

RGB

 RED value IS 74 (29.3% from 255) = 29.96%

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 29.96%
G = 59.92%
B = 10.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#4A9419 (or 0x4A9419) is known color: La Palma. HEX triplet: 4A, 94 and 19. RGB value is (74,148,25). Sum of RGB (Red+Green+Blue) = 74+148+25=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9419 is #B56BE6. Grayscale: #707070. Windows color (decimal): -11889639 or 1676362. OLE color: 1676362.

HSL color Cylindrical-coordinate representation of color #4A9419: hue angle of 96.1º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A9419 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 25 -
CMYK 0.50 0 0.83 0.42
HSL 96.1º 0.71% 0.34% -
HSV(B) 96.1º 0.83% 0.58% -
XYZ 13.59 22.71 4.59 -
YUV 111.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 74 148 25 0.50 0 0.83 0.42 96.1 0.71 0.34
Hex 4A 94 19 32 0 53 2A 60 47 22
Octal 112 224 31 62 0 123 52 140 107 42
Binary 1001010 10010100 11001 110010 0 1010011 101010 1100000 1000111 100010

Color Harmonies of #4A9419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9419

Black with #4A9419

Text Example


Text Example

White with #4A9419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9419; }

 p { color: rgb(74,148,25); }

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

background-color css

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

 a { background-color: rgb(74,148,25); }

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

border-color css

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

 span { border-color: rgb(74,148,25); }

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