Html Css Color HEX #4D852E La Palma

📋 copy color: '#4D852E'

red 77 ◦ green 133 ◦ blue 46

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

Shades of La Palma #4D852E

Tints of La Palma #4D852E

RGB

 RED value IS 77 (30.47% from 255) = 30.08%

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

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 30.08%
G = 51.95%
B = 17.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#4D852E (or 0x4D852E) is known color: La Palma. HEX triplet: 4D, 85 and 2E. RGB value is (77,133,46). Sum of RGB (Red+Green+Blue) = 77+133+46=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #4D852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D852E is #B27AD1. Grayscale: #6A6A6A. Windows color (decimal): -11696850 or 3048781. OLE color: 3048781.

HSL color Cylindrical-coordinate representation of color #4D852E: hue angle of 98.62º degrees, saturation: 0.49, 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 #4D852E is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 133 46 -
CMYK 0.42 0 0.65 0.48
HSL 98.62º 0.49% 0.35% -
HSV(B) 98.62º 0.65% 0.52% -
XYZ 11.94 18.55 5.54 -
YUV 106.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 77 133 46 0.42 0 0.65 0.48 98.62 0.49 0.35
Hex 4D 85 2E 2A 0 41 30 63 31 23
Octal 115 205 56 52 0 101 60 143 61 43
Binary 1001101 10000101 101110 101010 0 1000001 110000 1100011 110001 100011

Color Harmonies of #4D852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D852E

Black with #4D852E

Text Example


Text Example

White with #4D852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D852E; }

 p { color: rgb(77,133,46); }

 H1.HeaderClassName
 {
   color: #4D852E;
 }
 .AnyTagClassName
 {
   color: #4D852E;
 }
</style>

background-color css

<style>
 a { background-color: #4D852E; }

 a { background-color: rgb(77,133,46); }

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

border-color css

<style>
 span { border-color: #4D852E; }

 span { border-color: rgb(77,133,46); }

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