Html Css Color HEX #4A8818 La Palma

📋 copy color: '#4A8818'

red 74 ◦ green 136 ◦ blue 24

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

Shades of La Palma #4A8818

Tints of La Palma #4A8818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.12%

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

R = 31.62%
G = 58.12%
B = 10.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#4A8818 (or 0x4A8818) is known color: La Palma. HEX triplet: 4A, 88 and 18. RGB value is (74,136,24). Sum of RGB (Red+Green+Blue) = 74+136+24=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8818 is #B577E7. Grayscale: #696969. Windows color (decimal): -11892712 or 1607754. OLE color: 1607754.

HSL color Cylindrical-coordinate representation of color #4A8818: hue angle of 93.21º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A8818 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 136 24 -
CMYK 0.46 0 0.82 0.47
HSL 93.21º 0.7% 0.31% -
HSV(B) 93.21º 0.82% 0.53% -
XYZ 11.79 19.13 3.94 -
YUV 104.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 74 136 24 0.46 0 0.82 0.47 93.21 0.7 0.31
Hex 4A 88 18 2E 0 52 2F 5D 46 1F
Octal 112 210 30 56 0 122 57 135 106 37
Binary 1001010 10001000 11000 101110 0 1010010 101111 1011101 1000110 11111

Color Harmonies of #4A8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8818

Black with #4A8818

Text Example


Text Example

White with #4A8818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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