Html Css Color HEX #49922F La Palma

📋 copy color: '#49922F'

red 73 ◦ green 146 ◦ blue 47

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

Shades of La Palma #49922F

Tints of La Palma #49922F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.89%

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

R = 27.44%
G = 54.89%
B = 17.67%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#49922F (or 0x49922F) is known color: La Palma. HEX triplet: 49, 92 and 2F. RGB value is (73,146,47). Sum of RGB (Red+Green+Blue) = 73+146+47=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #49922F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49922F is #B66DD0. Grayscale: #717171. Windows color (decimal): -11955665 or 3117641. OLE color: 3117641.

HSL color Cylindrical-coordinate representation of color #49922F: hue angle of 104.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49922F is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 47 -
CMYK 0.5 0 0.68 0.43
HSL 104.24º 0.51% 0.38% -
HSV(B) 104.24º 0.68% 0.57% -
XYZ 13.54 22.18 6.26 -
YUV 112.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 73 146 47 0.5 0 0.68 0.43 104.24 0.51 0.38
Hex 49 92 2F 32 0 44 2B 68 33 26
Octal 111 222 57 62 0 104 53 150 63 46
Binary 1001001 10010010 101111 110010 0 1000100 101011 1101000 110011 100110

Color Harmonies of #49922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49922F

Black with #49922F

Text Example


Text Example

White with #49922F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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