Html Css Color HEX #4A9515 La Palma

📋 copy color: '#4A9515'

red 74 ◦ green 149 ◦ blue 21

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

Shades of La Palma #4A9515

Tints of La Palma #4A9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 61.07%

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

R = 30.33%
G = 61.07%
B = 8.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#4A9515 (or 0x4A9515) is known color: La Palma. HEX triplet: 4A, 95 and 15. RGB value is (74,149,21). Sum of RGB (Red+Green+Blue) = 74+149+21=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9515 is #B56AEA. Grayscale: #707070. Windows color (decimal): -11889387 or 1414474. OLE color: 1414474.

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

Color convert

RGB 74 149 21 -
CMYK 0.50 0 0.86 0.42
HSL 95.16º 0.75% 0.33% -
HSV(B) 95.16º 0.86% 0.58% -
XYZ 13.71 23 4.43 -
YUV 111.98 76.65 100.91 -
System Red Green Blue C M Y K H S L
Decimal 74 149 21 0.50 0 0.86 0.42 95.16 0.75 0.33
Hex 4A 95 15 32 0 56 2A 5F 4B 21
Octal 112 225 25 62 0 126 52 137 113 41
Binary 1001010 10010101 10101 110010 0 1010110 101010 1011111 1001011 100001

Color Harmonies of #4A9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9515

Black with #4A9515

Text Example


Text Example

White with #4A9515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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