Html Css Color HEX #4AA132 La Palma

📋 copy color: '#4AA132'

red 74 ◦ green 161 ◦ blue 50

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

Shades of La Palma #4AA132

Tints of La Palma #4AA132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 25.96%
G = 56.49%
B = 17.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#4AA132 (or 0x4AA132) is known color: La Palma. HEX triplet: 4A, A1 and 32. RGB value is (74,161,50). Sum of RGB (Red+Green+Blue) = 74+161+50=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA132 is #B55ECD. Grayscale: #7A7A7A. Windows color (decimal): -11886286 or 3318090. OLE color: 3318090.

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

Color convert

RGB 74 161 50 -
CMYK 0.54 0 0.69 0.37
HSL 107.03º 0.53% 0.41% -
HSV(B) 107.03º 0.69% 0.63% -
XYZ 16.14 27.18 7.41 -
YUV 122.33 87.18 93.53 -
System Red Green Blue C M Y K H S L
Decimal 74 161 50 0.54 0 0.69 0.37 107.03 0.53 0.41
Hex 4A A1 32 36 0 45 25 6B 35 29
Octal 112 241 62 66 0 105 45 153 65 51
Binary 1001010 10100001 110010 110110 0 1000101 100101 1101011 110101 101001

Color Harmonies of #4AA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA132

Black with #4AA132

Text Example


Text Example

White with #4AA132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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