Html Css Color HEX #4A9517 La Palma

📋 copy color: '#4A9517'

red 74 ◦ green 149 ◦ blue 23

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

Shades of La Palma #4A9517

Tints of La Palma #4A9517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 30.08%
G = 60.57%
B = 9.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#4A9517 (or 0x4A9517) is known color: La Palma. HEX triplet: 4A, 95 and 17. RGB value is (74,149,23). Sum of RGB (Red+Green+Blue) = 74+149+23=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9517 is #B56AE8. Grayscale: #707070. Windows color (decimal): -11889385 or 1545546. OLE color: 1545546.

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

Color convert

RGB 74 149 23 -
CMYK 0.50 0 0.85 0.42
HSL 95.71º 0.73% 0.34% -
HSV(B) 95.71º 0.85% 0.58% -
XYZ 13.73 23.01 4.53 -
YUV 112.21 77.65 100.75 -
System Red Green Blue C M Y K H S L
Decimal 74 149 23 0.50 0 0.85 0.42 95.71 0.73 0.34
Hex 4A 95 17 32 0 55 2A 60 49 22
Octal 112 225 27 62 0 125 52 140 111 42
Binary 1001010 10010101 10111 110010 0 1010101 101010 1100000 1001001 100010

Color Harmonies of #4A9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9517

Black with #4A9517

Text Example


Text Example

White with #4A9517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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