Html Css Color HEX #4A8424 La Palma

📋 copy color: '#4A8424'

red 74 ◦ green 132 ◦ blue 36

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

Shades of La Palma #4A8424

Tints of La Palma #4A8424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 30.58%
G = 54.55%
B = 14.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#4A8424 (or 0x4A8424) is known color: La Palma. HEX triplet: 4A, 84 and 24. RGB value is (74,132,36). Sum of RGB (Red+Green+Blue) = 74+132+36=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8424 is #B57BDB. Grayscale: #686868. Windows color (decimal): -11893724 or 2393162. OLE color: 2393162.

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

Color convert

RGB 74 132 36 -
CMYK 0.44 0 0.73 0.48
HSL 96.25º 0.57% 0.33% -
HSV(B) 96.25º 0.73% 0.52% -
XYZ 11.39 18.09 4.56 -
YUV 103.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 74 132 36 0.44 0 0.73 0.48 96.25 0.57 0.33
Hex 4A 84 24 2C 0 49 30 60 39 21
Octal 112 204 44 54 0 111 60 140 71 41
Binary 1001010 10000100 100100 101100 0 1001001 110000 1100000 111001 100001

Color Harmonies of #4A8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8424

Black with #4A8424

Text Example


Text Example

White with #4A8424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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