Html Css Color HEX #4A8C1F La Palma

📋 copy color: '#4A8C1F'

red 74 ◦ green 140 ◦ blue 31

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

Shades of La Palma #4A8C1F

Tints of La Palma #4A8C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.14%

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

R = 30.2%
G = 57.14%
B = 12.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#4A8C1F (or 0x4A8C1F) is known color: La Palma. HEX triplet: 4A, 8C and 1F. RGB value is (74,140,31). Sum of RGB (Red+Green+Blue) = 74+140+31=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8C1F is #B573E0. Grayscale: #6C6C6C. Windows color (decimal): -11891681 or 2067530. OLE color: 2067530.

HSL color Cylindrical-coordinate representation of color #4A8C1F: hue angle of 96.33º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A8C1F is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 140 31 -
CMYK 0.47 0 0.78 0.45
HSL 96.33º 0.64% 0.34% -
HSV(B) 96.33º 0.78% 0.55% -
XYZ 12.45 20.31 4.56 -
YUV 107.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 74 140 31 0.47 0 0.78 0.45 96.33 0.64 0.34
Hex 4A 8C 1F 2F 0 4E 2D 60 40 22
Octal 112 214 37 57 0 116 55 140 100 42
Binary 1001010 10001100 11111 101111 0 1001110 101101 1100000 1000000 100010

Color Harmonies of #4A8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8C1F

Black with #4A8C1F

Text Example


Text Example

White with #4A8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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