Html Css Color HEX #4A9420 La Palma

📋 copy color: '#4A9420'

red 74 ◦ green 148 ◦ blue 32

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

Shades of La Palma #4A9420

Tints of La Palma #4A9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.27%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 29.13%
G = 58.27%
B = 12.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#4A9420 (or 0x4A9420) is known color: La Palma. HEX triplet: 4A, 94 and 20. RGB value is (74,148,32). Sum of RGB (Red+Green+Blue) = 74+148+32=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9420 is #B56BDF. Grayscale: #717171. Windows color (decimal): -11889632 or 2135114. OLE color: 2135114.

HSL color Cylindrical-coordinate representation of color #4A9420: hue angle of 98.28º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A9420 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 32 -
CMYK 0.50 0 0.78 0.42
HSL 98.28º 0.64% 0.35% -
HSV(B) 98.28º 0.78% 0.58% -
XYZ 13.67 22.74 5.04 -
YUV 112.65 82.48 100.43 -
System Red Green Blue C M Y K H S L
Decimal 74 148 32 0.50 0 0.78 0.42 98.28 0.64 0.35
Hex 4A 94 20 32 0 4E 2A 62 40 23
Octal 112 224 40 62 0 116 52 142 100 43
Binary 1001010 10010100 100000 110010 0 1001110 101010 1100010 1000000 100011

Color Harmonies of #4A9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9420

Black with #4A9420

Text Example


Text Example

White with #4A9420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,32); }

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

background-color css

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

 a { background-color: rgb(74,148,32); }

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

border-color css

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

 span { border-color: rgb(74,148,32); }

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