Html Css Color HEX #4AA129 La Palma

📋 copy color: '#4AA129'

red 74 ◦ green 161 ◦ blue 41

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

Shades of La Palma #4AA129

Tints of La Palma #4AA129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.33%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 26.81%
G = 58.33%
B = 14.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#4AA129 (or 0x4AA129) is known color: La Palma. HEX triplet: 4A, A1 and 29. RGB value is (74,161,41). Sum of RGB (Red+Green+Blue) = 74+161+41=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA129 is #B55ED6. Grayscale: #797979. Windows color (decimal): -11886295 or 2728266. OLE color: 2728266.

HSL color Cylindrical-coordinate representation of color #4AA129: hue angle of 103.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AA129 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 161 41 -
CMYK 0.54 0 0.75 0.37
HSL 103.5º 0.59% 0.4% -
HSV(B) 103.5º 0.75% 0.63% -
XYZ 15.97 27.11 6.49 -
YUV 121.31 82.68 94.26 -
System Red Green Blue C M Y K H S L
Decimal 74 161 41 0.54 0 0.75 0.37 103.5 0.59 0.4
Hex 4A A1 29 36 0 4B 25 68 3B 28
Octal 112 241 51 66 0 113 45 150 73 50
Binary 1001010 10100001 101001 110110 0 1001011 100101 1101000 111011 101000

Color Harmonies of #4AA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA129

Black with #4AA129

Text Example


Text Example

White with #4AA129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,161,41); }

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

background-color css

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

 a { background-color: rgb(74,161,41); }

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

border-color css

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

 span { border-color: rgb(74,161,41); }

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