Html Css Color HEX #4AA032 La Palma

📋 copy color: '#4AA032'

red 74 ◦ green 160 ◦ blue 50

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

Shades of La Palma #4AA032

Tints of La Palma #4AA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.34%

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

R = 26.06%
G = 56.34%
B = 17.61%

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

#4AA032 (or 0x4AA032) is known color: La Palma. HEX triplet: 4A, A0 and 32. RGB value is (74,160,50). Sum of RGB (Red+Green+Blue) = 74+160+50=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA032 is #B55FCD. Grayscale: #7A7A7A. Windows color (decimal): -11886542 or 3317834. OLE color: 3317834.

HSL color Cylindrical-coordinate representation of color #4AA032: hue angle of 106.91º degrees, saturation: 0.52, 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 #4AA032 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 160 50 -
CMYK 0.54 0 0.69 0.37
HSL 106.91º 0.52% 0.41% -
HSV(B) 106.91º 0.69% 0.63% -
XYZ 15.97 26.83 7.35 -
YUV 121.75 87.51 93.94 -
System Red Green Blue C M Y K H S L
Decimal 74 160 50 0.54 0 0.69 0.37 106.91 0.52 0.41
Hex 4A A0 32 36 0 45 25 6B 34 29
Octal 112 240 62 66 0 105 45 153 64 51
Binary 1001010 10100000 110010 110110 0 1000101 100101 1101011 110100 101001

Color Harmonies of #4AA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA032

Black with #4AA032

Text Example


Text Example

White with #4AA032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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