Html Css Color HEX #4D862A La Palma

📋 copy color: '#4D862A'

red 77 ◦ green 134 ◦ blue 42

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

Shades of La Palma #4D862A

Tints of La Palma #4D862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 30.43%
G = 52.96%
B = 16.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#4D862A (or 0x4D862A) is known color: La Palma. HEX triplet: 4D, 86 and 2A. RGB value is (77,134,42). Sum of RGB (Red+Green+Blue) = 77+134+42=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #4D862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D862A is #B279D5. Grayscale: #6A6A6A. Windows color (decimal): -11696598 or 2786893. OLE color: 2786893.

HSL color Cylindrical-coordinate representation of color #4D862A: hue angle of 97.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D862A is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 134 42 -
CMYK 0.43 0 0.69 0.47
HSL 97.17º 0.52% 0.35% -
HSV(B) 97.17º 0.69% 0.53% -
XYZ 12 18.8 5.19 -
YUV 106.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 77 134 42 0.43 0 0.69 0.47 97.17 0.52 0.35
Hex 4D 86 2A 2B 0 45 2F 61 34 23
Octal 115 206 52 53 0 105 57 141 64 43
Binary 1001101 10000110 101010 101011 0 1000101 101111 1100001 110100 100011

Color Harmonies of #4D862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D862A

Black with #4D862A

Text Example


Text Example

White with #4D862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,134,42); }

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

background-color css

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

 a { background-color: rgb(77,134,42); }

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

border-color css

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

 span { border-color: rgb(77,134,42); }

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