Html Css Color HEX #49941C La Palma

📋 copy color: '#49941C'

red 73 ◦ green 148 ◦ blue 28

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

Shades of La Palma #49941C

Tints of La Palma #49941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.44%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 29.32%
G = 59.44%
B = 11.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#49941C (or 0x49941C) is known color: La Palma. HEX triplet: 49, 94 and 1C. RGB value is (73,148,28). Sum of RGB (Red+Green+Blue) = 73+148+28=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #49941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49941C is #B66BE3. Grayscale: #707070. Windows color (decimal): -11955172 or 1872969. OLE color: 1872969.

HSL color Cylindrical-coordinate representation of color #49941C: hue angle of 97.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49941C is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 28 -
CMYK 0.51 0 0.81 0.42
HSL 97.5º 0.68% 0.35% -
HSV(B) 97.5º 0.81% 0.58% -
XYZ 13.55 22.68 4.76 -
YUV 111.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 73 148 28 0.51 0 0.81 0.42 97.5 0.68 0.35
Hex 49 94 1C 33 0 51 2A 62 44 23
Octal 111 224 34 63 0 121 52 142 104 43
Binary 1001001 10010100 11100 110011 0 1010001 101010 1100010 1000100 100011

Color Harmonies of #49941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49941C

Black with #49941C

Text Example


Text Example

White with #49941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,148,28); }

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

background-color css

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

 a { background-color: rgb(73,148,28); }

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

border-color css

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

 span { border-color: rgb(73,148,28); }

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