Html Css Color HEX #49972F La Palma

📋 copy color: '#49972F'

red 73 ◦ green 151 ◦ blue 47

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

Shades of La Palma #49972F

Tints of La Palma #49972F

RGB

 RED value IS 73 (28.91% from 255) = 26.94%

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 26.94%
G = 55.72%
B = 17.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#49972F (or 0x49972F) is known color: La Palma. HEX triplet: 49, 97 and 2F. RGB value is (73,151,47). Sum of RGB (Red+Green+Blue) = 73+151+47=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #49972F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49972F is #B668D0. Grayscale: #747474. Windows color (decimal): -11954385 or 3118921. OLE color: 3118921.

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

Color convert

RGB 73 151 47 -
CMYK 0.52 0 0.69 0.41
HSL 105º 0.53% 0.39% -
HSV(B) 105º 0.69% 0.59% -
XYZ 14.33 23.75 6.52 -
YUV 115.82 89.16 97.46 -
System Red Green Blue C M Y K H S L
Decimal 73 151 47 0.52 0 0.69 0.41 105 0.53 0.39
Hex 49 97 2F 34 0 45 29 69 35 27
Octal 111 227 57 64 0 105 51 151 65 47
Binary 1001001 10010111 101111 110100 0 1000101 101001 1101001 110101 100111

Color Harmonies of #49972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49972F

Black with #49972F

Text Example


Text Example

White with #49972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49972F; }

 p { color: rgb(73,151,47); }

 H1.HeaderClassName
 {
   color: #49972F;
 }
 .AnyTagClassName
 {
   color: #49972F;
 }
</style>

background-color css

<style>
 a { background-color: #49972F; }

 a { background-color: rgb(73,151,47); }

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

border-color css

<style>
 span { border-color: #49972F; }

 span { border-color: rgb(73,151,47); }

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