Html Css Color HEX #4A921D La Palma

📋 copy color: '#4A921D'

red 74 ◦ green 146 ◦ blue 29

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

Shades of La Palma #4A921D

Tints of La Palma #4A921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.63%

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

R = 29.72%
G = 58.63%
B = 11.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#4A921D (or 0x4A921D) is known color: La Palma. HEX triplet: 4A, 92 and 1D. RGB value is (74,146,29). Sum of RGB (Red+Green+Blue) = 74+146+29=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #4A921D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A921D is #B56DE2. Grayscale: #6F6F6F. Windows color (decimal): -11890147 or 1937994. OLE color: 1937994.

HSL color Cylindrical-coordinate representation of color #4A921D: hue angle of 96.92º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A921D is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 146 29 -
CMYK 0.49 0 0.80 0.43
HSL 96.92º 0.67% 0.34% -
HSV(B) 96.92º 0.8% 0.57% -
XYZ 13.32 22.1 4.73 -
YUV 111.13 81.65 101.51 -
System Red Green Blue C M Y K H S L
Decimal 74 146 29 0.49 0 0.80 0.43 96.92 0.67 0.34
Hex 4A 92 1D 31 0 50 2B 61 43 22
Octal 112 222 35 61 0 120 53 141 103 42
Binary 1001010 10010010 11101 110001 0 1010000 101011 1100001 1000011 100010

Color Harmonies of #4A921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A921D

Black with #4A921D

Text Example


Text Example

White with #4A921D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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