Html Css Color HEX #49962C La Palma

📋 copy color: '#49962C'

red 73 ◦ green 150 ◦ blue 44

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

Shades of La Palma #49962C

Tints of La Palma #49962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.18%

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 27.34%
G = 56.18%
B = 16.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#49962C (or 0x49962C) is known color: La Palma. HEX triplet: 49, 96 and 2C. RGB value is (73,150,44). Sum of RGB (Red+Green+Blue) = 73+150+44=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #49962C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49962C is #B669D3. Grayscale: #737373. Windows color (decimal): -11954644 or 2922057. OLE color: 2922057.

HSL color Cylindrical-coordinate representation of color #49962C: hue angle of 103.58º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49962C is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 44 -
CMYK 0.51 0 0.71 0.41
HSL 103.58º 0.55% 0.38% -
HSV(B) 103.58º 0.71% 0.59% -
XYZ 14.11 23.41 6.16 -
YUV 114.89 87.99 98.12 -
System Red Green Blue C M Y K H S L
Decimal 73 150 44 0.51 0 0.71 0.41 103.58 0.55 0.38
Hex 49 96 2C 33 0 47 29 68 37 26
Octal 111 226 54 63 0 107 51 150 67 46
Binary 1001001 10010110 101100 110011 0 1000111 101001 1101000 110111 100110

Color Harmonies of #49962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49962C

Black with #49962C

Text Example


Text Example

White with #49962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49962C; }

 p { color: rgb(73,150,44); }

 H1.HeaderClassName
 {
   color: #49962C;
 }
 .AnyTagClassName
 {
   color: #49962C;
 }
</style>

background-color css

<style>
 a { background-color: #49962C; }

 a { background-color: rgb(73,150,44); }

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

border-color css

<style>
 span { border-color: #49962C; }

 span { border-color: rgb(73,150,44); }

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