Html Css Color HEX #4A8416 La Palma

📋 copy color: '#4A8416'

red 74 ◦ green 132 ◦ blue 22

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

Shades of La Palma #4A8416

Tints of La Palma #4A8416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.89%

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

R = 32.46%
G = 57.89%
B = 9.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#4A8416 (or 0x4A8416) is known color: La Palma. HEX triplet: 4A, 84 and 16. RGB value is (74,132,22). Sum of RGB (Red+Green+Blue) = 74+132+22=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8416 is #B57BE9. Grayscale: #666666. Windows color (decimal): -11893738 or 1475658. OLE color: 1475658.

HSL color Cylindrical-coordinate representation of color #4A8416: hue angle of 91.64º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A8416 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 132 22 -
CMYK 0.44 0 0.83 0.48
HSL 91.64º 0.71% 0.3% -
HSV(B) 91.64º 0.83% 0.52% -
XYZ 11.22 18.02 3.65 -
YUV 102.12 82.78 107.94 -
System Red Green Blue C M Y K H S L
Decimal 74 132 22 0.44 0 0.83 0.48 91.64 0.71 0.3
Hex 4A 84 16 2C 0 53 30 5C 47 1E
Octal 112 204 26 54 0 123 60 134 107 36
Binary 1001010 10000100 10110 101100 0 1010011 110000 1011100 1000111 11110

Color Harmonies of #4A8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8416

Black with #4A8416

Text Example


Text Example

White with #4A8416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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