#498C1D

Color #498C1D La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #498C1D

Tints of La Palma #498C1D

Color information

#498C1D (or 0x498C1D) is unknown color: approx La Palma. HEX triplet: 49, 8C and 1D. RGB value is (73,140,29). Sum of RGB (Red+Green+Blue) = 73+140+29=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #498C1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498C1D is #B673E2. Grayscale: #6B6B6B. Windows color (decimal): -11957219 or 1936457. OLE color: 1936457.

HSL color Cylindrical-coordinate representation of color #498C1D: hue angle of 96.22º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #498C1D is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB7314029-
CMYK0.4800.790.45
HSL96.22º65.68%33.14%-
HSV(B)96.22º79.29%54.9%-
XYZ12.3520.264.42-
YUV107.3183.8103.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 140 (55.08% from 255) = 57.85%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=30.17%
G=57.85%
B=11.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73140290.4800.790.4596.2265.6833.14
Hex498C1D3004F2D604221
Octal111214356001175514010241
Binary100100110001100111011100000100111110110111000001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498C1D; }

 p { color: rgb(73,140,29); }

 H1.HeaderClassName
 {
   color: #498C1D;
 }
 .AnyTagClassName
 {
   color: #498C1D;
 }
</style>
background-color css

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

 a { background-color: rgb(73,140,29); }

 div.DivClassName
 {
   background-color: #498C1D;
 }
 .BgClassName
 {
   background-color: #498C1D;
 }
</style>
border-color css

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

 span { border-color: rgb(73,140,29); }

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