#498B34

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

Shades of La Palma #498B34

Tints of La Palma #498B34

Color information

#498B34 (or 0x498B34) is unknown color: approx La Palma. HEX triplet: 49, 8B and 34. RGB value is (73,139,52). Sum of RGB (Red+Green+Blue) = 73+139+52=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #498B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B34 is #B674CB. Grayscale: #6D6D6D. Windows color (decimal): -11957452 or 3443529. OLE color: 3443529.

HSL color Cylindrical-coordinate representation of color #498B34: hue angle of 105.52º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498B34 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB7313952-
CMYK0.4700.630.45
HSL105.52º45.55%37.45%-
HSV(B)105.52º62.59%54.51%-
XYZ12.620.136.47-
YUV109.3595.63102.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 139 (54.69% from 255) = 52.65%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=27.65%
G=52.65%
B=19.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73139520.4700.630.45105.5245.5537.45
Hex498B342F03F2D6a2e25
Octal1112136457077551525645
Binary10010011000101111010010111101111111011011101010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,139,52); }

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

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

 a { background-color: rgb(73,139,52); }

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

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

 span { border-color: rgb(73,139,52); }

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