Html Css Color HEX #49902A La Palma

📋 copy color: '#49902A'

red 73 ◦ green 144 ◦ blue 42

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

Shades of La Palma #49902A

Tints of La Palma #49902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.6%

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 28.19%
G = 55.6%
B = 16.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#49902A (or 0x49902A) is known color: La Palma. HEX triplet: 49, 90 and 2A. RGB value is (73,144,42). Sum of RGB (Red+Green+Blue) = 73+144+42=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #49902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49902A is #B66FD5. Grayscale: #6F6F6F. Windows color (decimal): -11956182 or 2789449. OLE color: 2789449.

HSL color Cylindrical-coordinate representation of color #49902A: hue angle of 101.76º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49902A is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 42 -
CMYK 0.49 0 0.71 0.44
HSL 101.76º 0.55% 0.36% -
HSV(B) 101.76º 0.71% 0.56% -
XYZ 13.14 21.53 5.65 -
YUV 111.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 73 144 42 0.49 0 0.71 0.44 101.76 0.55 0.36
Hex 49 90 2A 31 0 47 2C 66 37 24
Octal 111 220 52 61 0 107 54 146 67 44
Binary 1001001 10010000 101010 110001 0 1000111 101100 1100110 110111 100100

Color Harmonies of #49902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49902A

Black with #49902A

Text Example


Text Example

White with #49902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49902A; }

 p { color: rgb(73,144,42); }

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

background-color css

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

 a { background-color: rgb(73,144,42); }

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

border-color css

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

 span { border-color: rgb(73,144,42); }

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