Html Css Color HEX #499B16 La Palma

📋 copy color: '#499B16'

red 73 ◦ green 155 ◦ blue 22

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

Shades of La Palma #499B16

Tints of La Palma #499B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 62%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 29.2%
G = 62%
B = 8.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#499B16 (or 0x499B16) is known color: La Palma. HEX triplet: 49, 9B and 16. RGB value is (73,155,22). Sum of RGB (Red+Green+Blue) = 73+155+22=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 155 (60.94% from 255 or 62% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 155 - color contains mainly: green. Hex color #499B16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499B16 is #B664E9. Grayscale: #737373. Windows color (decimal): -11953386 or 1481545. OLE color: 1481545.

HSL color Cylindrical-coordinate representation of color #499B16: hue angle of 96.99º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #499B16 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 155 22 -
CMYK 0.53 0 0.86 0.39
HSL 96.99º 0.75% 0.35% -
HSV(B) 96.99º 0.86% 0.61% -
XYZ 14.61 24.92 4.8 -
YUV 115.32 75.33 97.81 -
System Red Green Blue C M Y K H S L
Decimal 73 155 22 0.53 0 0.86 0.39 96.99 0.75 0.35
Hex 49 9B 16 35 0 56 27 61 4B 23
Octal 111 233 26 65 0 126 47 141 113 43
Binary 1001001 10011011 10110 110101 0 1010110 100111 1100001 1001011 100011

Color Harmonies of #499B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B16

Black with #499B16

Text Example


Text Example

White with #499B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499B16; }

 p { color: rgb(73,155,22); }

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

background-color css

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

 a { background-color: rgb(73,155,22); }

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

border-color css

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

 span { border-color: rgb(73,155,22); }

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