Html Css Color HEX #4AA232 La Palma

📋 copy color: '#4AA232'

red 74 ◦ green 162 ◦ blue 50

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

Shades of La Palma #4AA232

Tints of La Palma #4AA232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.64%

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

R = 25.87%
G = 56.64%
B = 17.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#4AA232 (or 0x4AA232) is known color: La Palma. HEX triplet: 4A, A2 and 32. RGB value is (74,162,50). Sum of RGB (Red+Green+Blue) = 74+162+50=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA232 is #B55DCD. Grayscale: #7B7B7B. Windows color (decimal): -11886030 or 3318346. OLE color: 3318346.

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

Color convert

RGB 74 162 50 -
CMYK 0.54 0 0.69 0.36
HSL 107.14º 0.53% 0.42% -
HSV(B) 107.14º 0.69% 0.64% -
XYZ 16.32 27.53 7.47 -
YUV 122.92 86.85 93.11 -
System Red Green Blue C M Y K H S L
Decimal 74 162 50 0.54 0 0.69 0.36 107.14 0.53 0.42
Hex 4A A2 32 36 0 45 24 6B 35 2A
Octal 112 242 62 66 0 105 44 153 65 52
Binary 1001010 10100010 110010 110110 0 1000101 100100 1101011 110101 101010

Color Harmonies of #4AA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA232

Black with #4AA232

Text Example


Text Example

White with #4AA232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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