Html Css Color HEX #4A8614 La Palma

📋 copy color: '#4A8614'

red 74 ◦ green 134 ◦ blue 20

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

Shades of La Palma #4A8614

Tints of La Palma #4A8614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.77%

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 32.46%
G = 58.77%
B = 8.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#4A8614 (or 0x4A8614) is known color: La Palma. HEX triplet: 4A, 86 and 14. RGB value is (74,134,20). Sum of RGB (Red+Green+Blue) = 74+134+20=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8614 is #B579EB. Grayscale: #676767. Windows color (decimal): -11893228 or 1345098. OLE color: 1345098.

HSL color Cylindrical-coordinate representation of color #4A8614: hue angle of 91.58º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A8614 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 20 -
CMYK 0.45 0 0.85 0.47
HSL 91.58º 0.74% 0.3% -
HSV(B) 91.58º 0.85% 0.53% -
XYZ 11.48 18.56 3.64 -
YUV 103.06 81.12 107.27 -
System Red Green Blue C M Y K H S L
Decimal 74 134 20 0.45 0 0.85 0.47 91.58 0.74 0.3
Hex 4A 86 14 2D 0 55 2F 5C 4A 1E
Octal 112 206 24 55 0 125 57 134 112 36
Binary 1001010 10000110 10100 101101 0 1010101 101111 1011100 1001010 11110

Color Harmonies of #4A8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8614

Black with #4A8614

Text Example


Text Example

White with #4A8614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,134,20); }

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

background-color css

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

 a { background-color: rgb(74,134,20); }

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

border-color css

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

 span { border-color: rgb(74,134,20); }

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