Html Css Color HEX #49992F La Palma

📋 copy color: '#49992F'

red 73 ◦ green 153 ◦ blue 47

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

Shades of La Palma #49992F

Tints of La Palma #49992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

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

R = 26.74%
G = 56.04%
B = 17.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#49992F (or 0x49992F) is known color: La Palma. HEX triplet: 49, 99 and 2F. RGB value is (73,153,47). Sum of RGB (Red+Green+Blue) = 73+153+47=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #49992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49992F is #B666D0. Grayscale: #757575. Windows color (decimal): -11953873 or 3119433. OLE color: 3119433.

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

Color convert

RGB 73 153 47 -
CMYK 0.52 0 0.69 0.4
HSL 105.28º 0.53% 0.39% -
HSV(B) 105.28º 0.69% 0.6% -
XYZ 14.65 24.4 6.63 -
YUV 117 88.5 96.62 -
System Red Green Blue C M Y K H S L
Decimal 73 153 47 0.52 0 0.69 0.4 105.28 0.53 0.39
Hex 49 99 2F 34 0 45 28 69 35 27
Octal 111 231 57 64 0 105 50 151 65 47
Binary 1001001 10011001 101111 110100 0 1000101 101000 1101001 110101 100111

Color Harmonies of #49992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49992F

Black with #49992F

Text Example


Text Example

White with #49992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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