Html Css Color HEX #499425 La Palma

📋 copy color: '#499425'

red 73 ◦ green 148 ◦ blue 37

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

Shades of La Palma #499425

Tints of La Palma #499425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 28.29%
G = 57.36%
B = 14.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#499425 (or 0x499425) is known color: La Palma. HEX triplet: 49, 94 and 25. RGB value is (73,148,37). Sum of RGB (Red+Green+Blue) = 73+148+37=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #499425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499425 is #B66BDA. Grayscale: #717171. Windows color (decimal): -11955163 or 2462793. OLE color: 2462793.

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

Color convert

RGB 73 148 37 -
CMYK 0.51 0 0.75 0.42
HSL 100.54º 0.6% 0.36% -
HSV(B) 100.54º 0.75% 0.58% -
XYZ 13.67 22.73 5.42 -
YUV 112.92 85.15 99.53 -
System Red Green Blue C M Y K H S L
Decimal 73 148 37 0.51 0 0.75 0.42 100.54 0.6 0.36
Hex 49 94 25 33 0 4B 2A 65 3C 24
Octal 111 224 45 63 0 113 52 145 74 44
Binary 1001001 10010100 100101 110011 0 1001011 101010 1100101 111100 100100

Color Harmonies of #499425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499425

Black with #499425

Text Example


Text Example

White with #499425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499425; }

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

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

background-color css

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

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

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

border-color css

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

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

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