Html Css Color HEX #4A962E La Palma

📋 copy color: '#4A962E'

red 74 ◦ green 150 ◦ blue 46

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

Shades of La Palma #4A962E

Tints of La Palma #4A962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.56%

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

R = 27.41%
G = 55.56%
B = 17.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#4A962E (or 0x4A962E) is known color: La Palma. HEX triplet: 4A, 96 and 2E. RGB value is (74,150,46). Sum of RGB (Red+Green+Blue) = 74+150+46=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #4A962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A962E is #B569D1. Grayscale: #737373. Windows color (decimal): -11889106 or 3053130. OLE color: 3053130.

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

Color convert

RGB 74 150 46 -
CMYK 0.51 0 0.69 0.41
HSL 103.85º 0.53% 0.38% -
HSV(B) 103.85º 0.69% 0.59% -
XYZ 14.22 23.47 6.36 -
YUV 115.42 88.82 98.46 -
System Red Green Blue C M Y K H S L
Decimal 74 150 46 0.51 0 0.69 0.41 103.85 0.53 0.38
Hex 4A 96 2E 33 0 45 29 68 35 26
Octal 112 226 56 63 0 105 51 150 65 46
Binary 1001010 10010110 101110 110011 0 1000101 101001 1101000 110101 100110

Color Harmonies of #4A962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A962E

Black with #4A962E

Text Example


Text Example

White with #4A962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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