Html Css Color HEX #4A9331 La Palma

📋 copy color: '#4A9331'

red 74 ◦ green 147 ◦ blue 49

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

Shades of La Palma #4A9331

Tints of La Palma #4A9331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.44%

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 27.41%
G = 54.44%
B = 18.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#4A9331 (or 0x4A9331) is known color: La Palma. HEX triplet: 4A, 93 and 31. RGB value is (74,147,49). Sum of RGB (Red+Green+Blue) = 74+147+49=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9331 is #B56CCE. Grayscale: #727272. Windows color (decimal): -11889871 or 3248970. OLE color: 3248970.

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

Color convert

RGB 74 147 49 -
CMYK 0.50 0 0.67 0.42
HSL 104.69º 0.5% 0.38% -
HSV(B) 104.69º 0.67% 0.58% -
XYZ 13.81 22.55 6.53 -
YUV 114 91.32 99.47 -
System Red Green Blue C M Y K H S L
Decimal 74 147 49 0.50 0 0.67 0.42 104.69 0.5 0.38
Hex 4A 93 31 32 0 43 2A 69 32 26
Octal 112 223 61 62 0 103 52 151 62 46
Binary 1001010 10010011 110001 110010 0 1000011 101010 1101001 110010 100110

Color Harmonies of #4A9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9331

Black with #4A9331

Text Example


Text Example

White with #4A9331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,147,49); }

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

background-color css

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

 a { background-color: rgb(74,147,49); }

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

border-color css

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

 span { border-color: rgb(74,147,49); }

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