Html Css Color HEX #499414 La Palma

📋 copy color: '#499414'

red 73 ◦ green 148 ◦ blue 20

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

Shades of La Palma #499414

Tints of La Palma #499414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 30.29%
G = 61.41%
B = 8.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#499414 (or 0x499414) is known color: La Palma. HEX triplet: 49, 94 and 14. RGB value is (73,148,20). Sum of RGB (Red+Green+Blue) = 73+148+20=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #499414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499414 is #B66BEB. Grayscale: #6F6F6F. Windows color (decimal): -11955180 or 1348681. OLE color: 1348681.

HSL color Cylindrical-coordinate representation of color #499414: hue angle of 95.16º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #499414 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 20 -
CMYK 0.51 0 0.86 0.42
HSL 95.16º 0.76% 0.33% -
HSV(B) 95.16º 0.86% 0.58% -
XYZ 13.46 22.65 4.32 -
YUV 110.98 76.65 100.91 -
System Red Green Blue C M Y K H S L
Decimal 73 148 20 0.51 0 0.86 0.42 95.16 0.76 0.33
Hex 49 94 14 33 0 56 2A 5F 4C 21
Octal 111 224 24 63 0 126 52 137 114 41
Binary 1001001 10010100 10100 110011 0 1010110 101010 1011111 1001100 100001

Color Harmonies of #499414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499414

Black with #499414

Text Example


Text Example

White with #499414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499414; }

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

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

background-color css

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

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

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

border-color css

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

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

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