Html Css Color HEX #4D8A1D La Palma

📋 copy color: '#4D8A1D'

red 77 ◦ green 138 ◦ blue 29

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

Shades of La Palma #4D8A1D

Tints of La Palma #4D8A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.56%

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 31.56%
G = 56.56%
B = 11.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#4D8A1D (or 0x4D8A1D) is known color: La Palma. HEX triplet: 4D, 8A and 1D. RGB value is (77,138,29). Sum of RGB (Red+Green+Blue) = 77+138+29=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8A1D is #B275E2. Grayscale: #6B6B6B. Windows color (decimal): -11695587 or 1935949. OLE color: 1935949.

HSL color Cylindrical-coordinate representation of color #4D8A1D: hue angle of 93.58º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D8A1D is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 138 29 -
CMYK 0.44 0 0.79 0.46
HSL 93.58º 0.65% 0.33% -
HSV(B) 93.58º 0.79% 0.54% -
XYZ 12.37 19.84 4.34 -
YUV 107.34 83.79 106.36 -
System Red Green Blue C M Y K H S L
Decimal 77 138 29 0.44 0 0.79 0.46 93.58 0.65 0.33
Hex 4D 8A 1D 2C 0 4F 2E 5E 41 21
Octal 115 212 35 54 0 117 56 136 101 41
Binary 1001101 10001010 11101 101100 0 1001111 101110 1011110 1000001 100001

Color Harmonies of #4D8A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8A1D

Black with #4D8A1D

Text Example


Text Example

White with #4D8A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,138,29); }

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

background-color css

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

 a { background-color: rgb(77,138,29); }

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

border-color css

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

 span { border-color: rgb(77,138,29); }

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