Html Css Color HEX #4A952A La Palma

📋 copy color: '#4A952A'

red 74 ◦ green 149 ◦ blue 42

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

Shades of La Palma #4A952A

Tints of La Palma #4A952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.23%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 27.92%
G = 56.23%
B = 15.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#4A952A (or 0x4A952A) is known color: La Palma. HEX triplet: 4A, 95 and 2A. RGB value is (74,149,42). Sum of RGB (Red+Green+Blue) = 74+149+42=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #4A952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A952A is #B56AD5. Grayscale: #727272. Windows color (decimal): -11889366 or 2790730. OLE color: 2790730.

HSL color Cylindrical-coordinate representation of color #4A952A: hue angle of 102.06º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A952A is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 149 42 -
CMYK 0.50 0 0.72 0.42
HSL 102.06º 0.56% 0.37% -
HSV(B) 102.06º 0.72% 0.58% -
XYZ 13.99 23.12 5.92 -
YUV 114.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 74 149 42 0.50 0 0.72 0.42 102.06 0.56 0.37
Hex 4A 95 2A 32 0 48 2A 66 38 25
Octal 112 225 52 62 0 110 52 146 70 45
Binary 1001010 10010101 101010 110010 0 1001000 101010 1100110 111000 100101

Color Harmonies of #4A952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A952A

Black with #4A952A

Text Example


Text Example

White with #4A952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,42); }

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

background-color css

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

 a { background-color: rgb(74,149,42); }

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

border-color css

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

 span { border-color: rgb(74,149,42); }

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