Html Css Color HEX #49910D La Palma

📋 copy color: '#49910D'

red 73 ◦ green 145 ◦ blue 13

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

Shades of La Palma #49910D

Tints of La Palma #49910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 62.77%

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 31.6%
G = 62.77%
B = 5.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#49910D (or 0x49910D) is known color: La Palma. HEX triplet: 49, 91 and 0D. RGB value is (73,145,13). Sum of RGB (Red+Green+Blue) = 73+145+13=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #49910D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49910D is #B66EF2. Grayscale: #6C6C6C. Windows color (decimal): -11955955 or 889161. OLE color: 889161.

HSL color Cylindrical-coordinate representation of color #49910D: hue angle of 92.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49910D is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 13 -
CMYK 0.50 0 0.91 0.43
HSL 92.73º 0.84% 0.31% -
HSV(B) 92.73º 0.91% 0.57% -
XYZ 12.95 21.7 3.89 -
YUV 108.42 74.15 102.73 -
System Red Green Blue C M Y K H S L
Decimal 73 145 13 0.50 0 0.91 0.43 92.73 0.84 0.31
Hex 49 91 D 32 0 5B 2B 5D 54 1F
Octal 111 221 15 62 0 133 53 135 124 37
Binary 1001001 10010001 1101 110010 0 1011011 101011 1011101 1010100 11111

Color Harmonies of #49910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49910D

Black with #49910D

Text Example


Text Example

White with #49910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49910D; }

 p { color: rgb(73,145,13); }

 H1.HeaderClassName
 {
   color: #49910D;
 }
 .AnyTagClassName
 {
   color: #49910D;
 }
</style>

background-color css

<style>
 a { background-color: #49910D; }

 a { background-color: rgb(73,145,13); }

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

border-color css

<style>
 span { border-color: #49910D; }

 span { border-color: rgb(73,145,13); }

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