Html Css Color HEX #4A871F La Palma

📋 copy color: '#4A871F'

red 74 ◦ green 135 ◦ blue 31

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

Shades of La Palma #4A871F

Tints of La Palma #4A871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

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

R = 30.83%
G = 56.25%
B = 12.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#4A871F (or 0x4A871F) is known color: La Palma. HEX triplet: 4A, 87 and 1F. RGB value is (74,135,31). Sum of RGB (Red+Green+Blue) = 74+135+31=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #4A871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A871F is #B578E0. Grayscale: #696969. Windows color (decimal): -11892961 or 2066250. OLE color: 2066250.

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

Color convert

RGB 74 135 31 -
CMYK 0.45 0 0.77 0.47
HSL 95.19º 0.63% 0.33% -
HSV(B) 95.19º 0.77% 0.53% -
XYZ 11.74 18.88 4.32 -
YUV 104.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 74 135 31 0.45 0 0.77 0.47 95.19 0.63 0.33
Hex 4A 87 1F 2D 0 4D 2F 5F 3F 21
Octal 112 207 37 55 0 115 57 137 77 41
Binary 1001010 10000111 11111 101101 0 1001101 101111 1011111 111111 100001

Color Harmonies of #4A871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A871F

Black with #4A871F

Text Example


Text Example

White with #4A871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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