Html Css Color HEX #49930D La Palma

📋 copy color: '#49930D'

red 73 ◦ green 147 ◦ blue 13

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

Shades of La Palma #49930D

Tints of La Palma #49930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.09%

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

R = 31.33%
G = 63.09%
B = 5.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#49930D (or 0x49930D) is known color: La Palma. HEX triplet: 49, 93 and 0D. RGB value is (73,147,13). Sum of RGB (Red+Green+Blue) = 73+147+13=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #49930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49930D is #B66CF2. Grayscale: #6E6E6E. Windows color (decimal): -11955443 or 889673. OLE color: 889673.

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

Color convert

RGB 73 147 13 -
CMYK 0.50 0 0.91 0.42
HSL 93.13º 0.84% 0.31% -
HSV(B) 93.13º 0.91% 0.58% -
XYZ 13.25 22.31 3.99 -
YUV 109.6 73.48 101.9 -
System Red Green Blue C M Y K H S L
Decimal 73 147 13 0.50 0 0.91 0.42 93.13 0.84 0.31
Hex 49 93 D 32 0 5B 2A 5D 54 1F
Octal 111 223 15 62 0 133 52 135 124 37
Binary 1001001 10010011 1101 110010 0 1011011 101010 1011101 1010100 11111

Color Harmonies of #49930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49930D

Black with #49930D

Text Example


Text Example

White with #49930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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