Html Css Color HEX #49852F La Palma

📋 copy color: '#49852F'

red 73 ◦ green 133 ◦ blue 47

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

Shades of La Palma #49852F

Tints of La Palma #49852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 28.85%
G = 52.57%
B = 18.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#49852F (or 0x49852F) is known color: La Palma. HEX triplet: 49, 85 and 2F. RGB value is (73,133,47). Sum of RGB (Red+Green+Blue) = 73+133+47=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #49852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49852F is #B67AD0. Grayscale: #696969. Windows color (decimal): -11958993 or 3114313. OLE color: 3114313.

HSL color Cylindrical-coordinate representation of color #49852F: hue angle of 101.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49852F is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 47 -
CMYK 0.45 0 0.65 0.48
HSL 101.86º 0.48% 0.35% -
HSV(B) 101.86º 0.65% 0.52% -
XYZ 11.65 18.4 5.63 -
YUV 105.26 95.12 104.99 -
System Red Green Blue C M Y K H S L
Decimal 73 133 47 0.45 0 0.65 0.48 101.86 0.48 0.35
Hex 49 85 2F 2D 0 41 30 66 30 23
Octal 111 205 57 55 0 101 60 146 60 43
Binary 1001001 10000101 101111 101101 0 1000001 110000 1100110 110000 100011

Color Harmonies of #49852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49852F

Black with #49852F

Text Example


Text Example

White with #49852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49852F; }

 p { color: rgb(73,133,47); }

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

background-color css

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

 a { background-color: rgb(73,133,47); }

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

border-color css

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

 span { border-color: rgb(73,133,47); }

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