Html Css Color HEX #499C2B La Palma

📋 copy color: '#499C2B'

red 73 ◦ green 156 ◦ blue 43

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

Shades of La Palma #499C2B

Tints of La Palma #499C2B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.35%

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 26.84%
G = 57.35%
B = 15.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#499C2B (or 0x499C2B) is known color: La Palma. HEX triplet: 49, 9C and 2B. RGB value is (73,156,43). Sum of RGB (Red+Green+Blue) = 73+156+43=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #499C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C2B is #B663D4. Grayscale: #767676. Windows color (decimal): -11953109 or 2858057. OLE color: 2858057.

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

Color convert

RGB 73 156 43 -
CMYK 0.53 0 0.72 0.39
HSL 104.07º 0.57% 0.39% -
HSV(B) 104.07º 0.72% 0.61% -
XYZ 15.07 25.37 6.39 -
YUV 118.3 85.5 95.69 -
System Red Green Blue C M Y K H S L
Decimal 73 156 43 0.53 0 0.72 0.39 104.07 0.57 0.39
Hex 49 9C 2B 35 0 48 27 68 39 27
Octal 111 234 53 65 0 110 47 150 71 47
Binary 1001001 10011100 101011 110101 0 1001000 100111 1101000 111001 100111

Color Harmonies of #499C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C2B

Black with #499C2B

Text Example


Text Example

White with #499C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,43); }

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

background-color css

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

 a { background-color: rgb(73,156,43); }

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

border-color css

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

 span { border-color: rgb(73,156,43); }

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