Html Css Color HEX #4A912E La Palma

📋 copy color: '#4A912E'

red 74 ◦ green 145 ◦ blue 46

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

Shades of La Palma #4A912E

Tints of La Palma #4A912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.72%

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

R = 27.92%
G = 54.72%
B = 17.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#4A912E (or 0x4A912E) is known color: La Palma. HEX triplet: 4A, 91 and 2E. RGB value is (74,145,46). Sum of RGB (Red+Green+Blue) = 74+145+46=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #4A912E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A912E is #B56ED1. Grayscale: #707070. Windows color (decimal): -11890386 or 3051850. OLE color: 3051850.

HSL color Cylindrical-coordinate representation of color #4A912E: hue angle of 103.03º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A912E is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 145 46 -
CMYK 0.49 0 0.68 0.43
HSL 103.03º 0.52% 0.37% -
HSV(B) 103.03º 0.68% 0.57% -
XYZ 13.44 21.9 6.1 -
YUV 112.49 90.48 100.55 -
System Red Green Blue C M Y K H S L
Decimal 74 145 46 0.49 0 0.68 0.43 103.03 0.52 0.37
Hex 4A 91 2E 31 0 44 2B 67 34 25
Octal 112 221 56 61 0 104 53 147 64 45
Binary 1001010 10010001 101110 110001 0 1000100 101011 1100111 110100 100101

Color Harmonies of #4A912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A912E

Black with #4A912E

Text Example


Text Example

White with #4A912E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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