Html Css Color HEX #4A8418 La Palma

📋 copy color: '#4A8418'

red 74 ◦ green 132 ◦ blue 24

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

Shades of La Palma #4A8418

Tints of La Palma #4A8418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 32.17%
G = 57.39%
B = 10.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#4A8418 (or 0x4A8418) is known color: La Palma. HEX triplet: 4A, 84 and 18. RGB value is (74,132,24). Sum of RGB (Red+Green+Blue) = 74+132+24=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8418 is #B57BE7. Grayscale: #666666. Windows color (decimal): -11893736 or 1606730. OLE color: 1606730.

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

Color convert

RGB 74 132 24 -
CMYK 0.44 0 0.82 0.48
HSL 92.22º 0.69% 0.31% -
HSV(B) 92.22º 0.82% 0.52% -
XYZ 11.24 18.02 3.75 -
YUV 102.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 74 132 24 0.44 0 0.82 0.48 92.22 0.69 0.31
Hex 4A 84 18 2C 0 52 30 5C 45 1F
Octal 112 204 30 54 0 122 60 134 105 37
Binary 1001010 10000100 11000 101100 0 1010010 110000 1011100 1000101 11111

Color Harmonies of #4A8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8418

Black with #4A8418

Text Example


Text Example

White with #4A8418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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