Html Css Color HEX #49962F La Palma

📋 copy color: '#49962F'

red 73 ◦ green 150 ◦ blue 47

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

Shades of La Palma #49962F

Tints of La Palma #49962F

RGB

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

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

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

R = 27.04%
G = 55.56%
B = 17.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#49962F (or 0x49962F) is known color: La Palma. HEX triplet: 49, 96 and 2F. RGB value is (73,150,47). Sum of RGB (Red+Green+Blue) = 73+150+47=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #49962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49962F is #B669D0. Grayscale: #737373. Windows color (decimal): -11954641 or 3118665. OLE color: 3118665.

HSL color Cylindrical-coordinate representation of color #49962F: hue angle of 104.85º degrees, saturation: 0.52, 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 #49962F is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 47 -
CMYK 0.51 0 0.69 0.41
HSL 104.85º 0.52% 0.39% -
HSV(B) 104.85º 0.69% 0.59% -
XYZ 14.17 23.43 6.47 -
YUV 115.24 89.49 97.88 -
System Red Green Blue C M Y K H S L
Decimal 73 150 47 0.51 0 0.69 0.41 104.85 0.52 0.39
Hex 49 96 2F 33 0 45 29 69 34 27
Octal 111 226 57 63 0 105 51 151 64 47
Binary 1001001 10010110 101111 110011 0 1000101 101001 1101001 110100 100111

Color Harmonies of #49962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49962F

Black with #49962F

Text Example


Text Example

White with #49962F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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