Html Css Color HEX #49902D La Palma

📋 copy color: '#49902D'

red 73 ◦ green 144 ◦ blue 45

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

Shades of La Palma #49902D

Tints of La Palma #49902D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 27.86%
G = 54.96%
B = 17.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#49902D (or 0x49902D) is known color: La Palma. HEX triplet: 49, 90 and 2D. RGB value is (73,144,45). Sum of RGB (Red+Green+Blue) = 73+144+45=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #49902D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49902D is #B66FD2. Grayscale: #6F6F6F. Windows color (decimal): -11956179 or 2986057. OLE color: 2986057.

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

Color convert

RGB 73 144 45 -
CMYK 0.49 0 0.69 0.44
HSL 103.03º 0.52% 0.37% -
HSV(B) 103.03º 0.69% 0.56% -
XYZ 13.19 21.55 5.95 -
YUV 111.49 90.48 100.55 -
System Red Green Blue C M Y K H S L
Decimal 73 144 45 0.49 0 0.69 0.44 103.03 0.52 0.37
Hex 49 90 2D 31 0 45 2C 67 34 25
Octal 111 220 55 61 0 105 54 147 64 45
Binary 1001001 10010000 101101 110001 0 1000101 101100 1100111 110100 100101

Color Harmonies of #49902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49902D

Black with #49902D

Text Example


Text Example

White with #49902D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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