Html Css Color HEX #4A941E La Palma

📋 copy color: '#4A941E'

red 74 ◦ green 148 ◦ blue 30

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

Shades of La Palma #4A941E

Tints of La Palma #4A941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 29.37%
G = 58.73%
B = 11.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#4A941E (or 0x4A941E) is known color: La Palma. HEX triplet: 4A, 94 and 1E. RGB value is (74,148,30). Sum of RGB (Red+Green+Blue) = 74+148+30=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #4A941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A941E is #B56BE1. Grayscale: #707070. Windows color (decimal): -11889634 or 2004042. OLE color: 2004042.

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

Color convert

RGB 74 148 30 -
CMYK 0.50 0 0.80 0.42
HSL 97.63º 0.66% 0.35% -
HSV(B) 97.63º 0.8% 0.58% -
XYZ 13.65 22.73 4.9 -
YUV 112.42 81.48 100.59 -
System Red Green Blue C M Y K H S L
Decimal 74 148 30 0.50 0 0.80 0.42 97.63 0.66 0.35
Hex 4A 94 1E 32 0 50 2A 62 42 23
Octal 112 224 36 62 0 120 52 142 102 43
Binary 1001010 10010100 11110 110010 0 1010000 101010 1100010 1000010 100011

Color Harmonies of #4A941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A941E

Black with #4A941E

Text Example


Text Example

White with #4A941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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