Html Css Color HEX #4A972E La Palma

📋 copy color: '#4A972E'

red 74 ◦ green 151 ◦ blue 46

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

Shades of La Palma #4A972E

Tints of La Palma #4A972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.72%

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 27.31%
G = 55.72%
B = 16.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#4A972E (or 0x4A972E) is known color: La Palma. HEX triplet: 4A, 97 and 2E. RGB value is (74,151,46). Sum of RGB (Red+Green+Blue) = 74+151+46=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #4A972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A972E is #B568D1. Grayscale: #747474. Windows color (decimal): -11888850 or 3053386. OLE color: 3053386.

HSL color Cylindrical-coordinate representation of color #4A972E: hue angle of 104º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A972E is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 151 46 -
CMYK 0.51 0 0.70 0.41
HSL 104º 0.53% 0.39% -
HSV(B) 104º 0.7% 0.59% -
XYZ 14.38 23.79 6.42 -
YUV 116.01 88.49 98.04 -
System Red Green Blue C M Y K H S L
Decimal 74 151 46 0.51 0 0.70 0.41 104 0.53 0.39
Hex 4A 97 2E 33 0 46 29 68 35 27
Octal 112 227 56 63 0 106 51 150 65 47
Binary 1001010 10010111 101110 110011 0 1000110 101001 1101000 110101 100111

Color Harmonies of #4A972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A972E

Black with #4A972E

Text Example


Text Example

White with #4A972E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,151,46); }

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

background-color css

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

 a { background-color: rgb(74,151,46); }

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

border-color css

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

 span { border-color: rgb(74,151,46); }

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