Html Css Color HEX #4A9115 La Palma

📋 copy color: '#4A9115'

red 74 ◦ green 145 ◦ blue 21

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

Shades of La Palma #4A9115

Tints of La Palma #4A9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.42%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 30.83%
G = 60.42%
B = 8.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#4A9115 (or 0x4A9115) is known color: La Palma. HEX triplet: 4A, 91 and 15. RGB value is (74,145,21). Sum of RGB (Red+Green+Blue) = 74+145+21=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #4A9115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9115 is #B56EEA. Grayscale: #6E6E6E. Windows color (decimal): -11890411 or 1413450. OLE color: 1413450.

HSL color Cylindrical-coordinate representation of color #4A9115: hue angle of 94.35º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A9115 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 145 21 -
CMYK 0.49 0 0.86 0.43
HSL 94.35º 0.75% 0.33% -
HSV(B) 94.35º 0.86% 0.57% -
XYZ 13.08 21.76 4.22 -
YUV 109.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 74 145 21 0.49 0 0.86 0.43 94.35 0.75 0.33
Hex 4A 91 15 31 0 56 2B 5E 4B 21
Octal 112 221 25 61 0 126 53 136 113 41
Binary 1001010 10010001 10101 110001 0 1010110 101011 1011110 1001011 100001

Color Harmonies of #4A9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9115

Black with #4A9115

Text Example


Text Example

White with #4A9115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,145,21); }

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

background-color css

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

 a { background-color: rgb(74,145,21); }

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

border-color css

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

 span { border-color: rgb(74,145,21); }

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