#499725

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

Shades of La Palma #499725

Tints of La Palma #499725

Color information

#499725 (or 0x499725) is unknown color: approx La Palma. HEX triplet: 49, 97 and 25. RGB value is (73,151,37). Sum of RGB (Red+Green+Blue) = 73+151+37=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #499725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499725 is #B668DA. Grayscale: #737373. Windows color (decimal): -11954395 or 2463561. OLE color: 2463561.

HSL color Cylindrical-coordinate representation of color #499725: hue angle of 101.05º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #499725 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB7315137-
CMYK0.5200.750.41
HSL101.05º60.64%36.86%-
HSV(B)101.05º75.5%59.22%-
XYZ14.1523.685.58-
YUV114.6884.1698.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 151 (59.38% from 255) = 57.85%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=27.97%
G=57.85%
B=14.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151370.5200.750.41101.0560.6436.86
Hex4997253404B29653d25
Octal11122745640113511457545
Binary100100110010111100101110100010010111010011100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499725; }

 p { color: rgb(73,151,37); }

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

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

 a { background-color: rgb(73,151,37); }

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

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

 span { border-color: rgb(73,151,37); }

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