Html Css Color HEX #4A871B La Palma

📋 copy color: '#4A871B'

red 74 ◦ green 135 ◦ blue 27

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

Shades of La Palma #4A871B

Tints of La Palma #4A871B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 31.36%
G = 57.2%
B = 11.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#4A871B (or 0x4A871B) is known color: La Palma. HEX triplet: 4A, 87 and 1B. RGB value is (74,135,27). Sum of RGB (Red+Green+Blue) = 74+135+27=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #4A871B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A871B is #B578E4. Grayscale: #686868. Windows color (decimal): -11892965 or 1804106. OLE color: 1804106.

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

Color convert

RGB 74 135 27 -
CMYK 0.45 0 0.8 0.47
HSL 93.89º 0.67% 0.32% -
HSV(B) 93.89º 0.8% 0.53% -
XYZ 11.69 18.86 4.06 -
YUV 104.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 74 135 27 0.45 0 0.8 0.47 93.89 0.67 0.32
Hex 4A 87 1B 2D 0 50 2F 5E 43 20
Octal 112 207 33 55 0 120 57 136 103 40
Binary 1001010 10000111 11011 101101 0 1010000 101111 1011110 1000011 100000

Color Harmonies of #4A871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A871B

Black with #4A871B

Text Example


Text Example

White with #4A871B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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