Html Css Color HEX #4A821F La Palma

📋 copy color: '#4A821F'

red 74 ◦ green 130 ◦ blue 31

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

Shades of La Palma #4A821F

Tints of La Palma #4A821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

 BLUE value IS 31 (12.5% from 255) = 13.19%

R = 31.49%
G = 55.32%
B = 13.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#4A821F (or 0x4A821F) is known color: La Palma. HEX triplet: 4A, 82 and 1F. RGB value is (74,130,31). Sum of RGB (Red+Green+Blue) = 74+130+31=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #4A821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A821F is #B57DE0. Grayscale: #666666. Windows color (decimal): -11894241 or 2064970. OLE color: 2064970.

HSL color Cylindrical-coordinate representation of color #4A821F: hue angle of 93.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A821F is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 130 31 -
CMYK 0.43 0 0.76 0.49
HSL 93.94º 0.61% 0.32% -
HSV(B) 93.94º 0.76% 0.51% -
XYZ 11.05 17.52 4.1 -
YUV 101.97 87.95 108.05 -
System Red Green Blue C M Y K H S L
Decimal 74 130 31 0.43 0 0.76 0.49 93.94 0.61 0.32
Hex 4A 82 1F 2B 0 4C 31 5E 3D 20
Octal 112 202 37 53 0 114 61 136 75 40
Binary 1001010 10000010 11111 101011 0 1001100 110001 1011110 111101 100000

Color Harmonies of #4A821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A821F

Black with #4A821F

Text Example


Text Example

White with #4A821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,130,31); }

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

background-color css

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

 a { background-color: rgb(74,130,31); }

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

border-color css

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

 span { border-color: rgb(74,130,31); }

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