Html Css Color HEX #4D9525 La Palma

📋 copy color: '#4D9525'

red 77 ◦ green 149 ◦ blue 37

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

Shades of La Palma #4D9525

Tints of La Palma #4D9525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.65%

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 29.28%
G = 56.65%
B = 14.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#4D9525 (or 0x4D9525) is known color: La Palma. HEX triplet: 4D, 95 and 25. RGB value is (77,149,37). Sum of RGB (Red+Green+Blue) = 77+149+37=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9525 is #B26ADA. Grayscale: #737373. Windows color (decimal): -11692763 or 2463053. OLE color: 2463053.

HSL color Cylindrical-coordinate representation of color #4D9525: hue angle of 98.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D9525 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 149 37 -
CMYK 0.48 0 0.75 0.42
HSL 98.57º 0.6% 0.36% -
HSV(B) 98.57º 0.75% 0.58% -
XYZ 14.14 23.21 5.48 -
YUV 114.7 84.15 101.11 -
System Red Green Blue C M Y K H S L
Decimal 77 149 37 0.48 0 0.75 0.42 98.57 0.6 0.36
Hex 4D 95 25 30 0 4B 2A 63 3C 24
Octal 115 225 45 60 0 113 52 143 74 44
Binary 1001101 10010101 100101 110000 0 1001011 101010 1100011 111100 100100

Color Harmonies of #4D9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9525

Black with #4D9525

Text Example


Text Example

White with #4D9525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,149,37); }

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

background-color css

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

 a { background-color: rgb(77,149,37); }

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

border-color css

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

 span { border-color: rgb(77,149,37); }

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