Html Css Color HEX #4A9416 La Palma

📋 copy color: '#4A9416'

red 74 ◦ green 148 ◦ blue 22

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

Shades of La Palma #4A9416

Tints of La Palma #4A9416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 30.33%
G = 60.66%
B = 9.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#4A9416 (or 0x4A9416) is known color: La Palma. HEX triplet: 4A, 94 and 16. RGB value is (74,148,22). Sum of RGB (Red+Green+Blue) = 74+148+22=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9416 is #B56BE9. Grayscale: #6F6F6F. Windows color (decimal): -11889642 or 1479754. OLE color: 1479754.

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

Color convert

RGB 74 148 22 -
CMYK 0.50 0 0.85 0.42
HSL 95.24º 0.74% 0.33% -
HSV(B) 95.24º 0.85% 0.58% -
XYZ 13.56 22.69 4.42 -
YUV 111.51 77.48 101.25 -
System Red Green Blue C M Y K H S L
Decimal 74 148 22 0.50 0 0.85 0.42 95.24 0.74 0.33
Hex 4A 94 16 32 0 55 2A 5F 4A 21
Octal 112 224 26 62 0 125 52 137 112 41
Binary 1001010 10010100 10110 110010 0 1010101 101010 1011111 1001010 100001

Color Harmonies of #4A9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9416

Black with #4A9416

Text Example


Text Example

White with #4A9416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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