Html Css Color HEX #4A871C La Palma

📋 copy color: '#4A871C'

red 74 ◦ green 135 ◦ blue 28

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

Shades of La Palma #4A871C

Tints of La Palma #4A871C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 31.22%
G = 56.96%
B = 11.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#4A871C (or 0x4A871C) is known color: La Palma. HEX triplet: 4A, 87 and 1C. RGB value is (74,135,28). Sum of RGB (Red+Green+Blue) = 74+135+28=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #4A871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A871C is #B578E3. Grayscale: #686868. Windows color (decimal): -11892964 or 1869642. OLE color: 1869642.

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

Color convert

RGB 74 135 28 -
CMYK 0.45 0 0.79 0.47
HSL 94.21º 0.66% 0.32% -
HSV(B) 94.21º 0.79% 0.53% -
XYZ 11.7 18.87 4.12 -
YUV 104.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 74 135 28 0.45 0 0.79 0.47 94.21 0.66 0.32
Hex 4A 87 1C 2D 0 4F 2F 5E 42 20
Octal 112 207 34 55 0 117 57 136 102 40
Binary 1001010 10000111 11100 101101 0 1001111 101111 1011110 1000010 100000

Color Harmonies of #4A871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A871C

Black with #4A871C

Text Example


Text Example

White with #4A871C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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