Html Css Color HEX #4A8A1D La Palma

📋 copy color: '#4A8A1D'

red 74 ◦ green 138 ◦ blue 29

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

Shades of La Palma #4A8A1D

Tints of La Palma #4A8A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.26%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 30.71%
G = 57.26%
B = 12.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#4A8A1D (or 0x4A8A1D) is known color: La Palma. HEX triplet: 4A, 8A and 1D. RGB value is (74,138,29). Sum of RGB (Red+Green+Blue) = 74+138+29=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A1D is #B575E2. Grayscale: #6A6A6A. Windows color (decimal): -11892195 or 1935946. OLE color: 1935946.

HSL color Cylindrical-coordinate representation of color #4A8A1D: hue angle of 95.23º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A8A1D is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 74 138 29 -
CMYK 0.46 0 0.79 0.46
HSL 95.23º 0.65% 0.33% -
HSV(B) 95.23º 0.79% 0.54% -
XYZ 12.13 19.72 4.33 -
YUV 106.44 84.3 104.86 -
System Red Green Blue C M Y K H S L
Decimal 74 138 29 0.46 0 0.79 0.46 95.23 0.65 0.33
Hex 4A 8A 1D 2E 0 4F 2E 5F 41 21
Octal 112 212 35 56 0 117 56 137 101 41
Binary 1001010 10001010 11101 101110 0 1001111 101110 1011111 1000001 100001

Color Harmonies of #4A8A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8A1D

Black with #4A8A1D

Text Example


Text Example

White with #4A8A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,138,29); }

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

background-color css

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

 a { background-color: rgb(74,138,29); }

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

border-color css

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

 span { border-color: rgb(74,138,29); }

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