Html Css Color HEX #4A953D La Palma

📋 copy color: '#4A953D'

red 74 ◦ green 149 ◦ blue 61

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

Shades of La Palma #4A953D

Tints of La Palma #4A953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 26.06%
G = 52.46%
B = 21.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#4A953D (or 0x4A953D) is known color: La Palma. HEX triplet: 4A, 95 and 3D. RGB value is (74,149,61). Sum of RGB (Red+Green+Blue) = 74+149+61=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #4A953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A953D is #B56AC2. Grayscale: #747474. Windows color (decimal): -11889347 or 4035914. OLE color: 4035914.

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

Color convert

RGB 74 149 61 -
CMYK 0.50 0 0.59 0.42
HSL 111.14º 0.42% 0.41% -
HSV(B) 111.14º 0.59% 0.58% -
XYZ 14.41 23.29 8.15 -
YUV 116.54 96.65 97.66 -
System Red Green Blue C M Y K H S L
Decimal 74 149 61 0.50 0 0.59 0.42 111.14 0.42 0.41
Hex 4A 95 3D 32 0 3B 2A 6F 2A 29
Octal 112 225 75 62 0 73 52 157 52 51
Binary 1001010 10010101 111101 110010 0 111011 101010 1101111 101010 101001

Color Harmonies of #4A953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A953D

Black with #4A953D

Text Example


Text Example

White with #4A953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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