Html Css Color HEX #4D921F La Palma

📋 copy color: '#4D921F'

red 77 ◦ green 146 ◦ blue 31

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

Shades of La Palma #4D921F

Tints of La Palma #4D921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.48%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 30.31%
G = 57.48%
B = 12.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#4D921F (or 0x4D921F) is known color: La Palma. HEX triplet: 4D, 92 and 1F. RGB value is (77,146,31). Sum of RGB (Red+Green+Blue) = 77+146+31=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #4D921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D921F is #B26DE0. Grayscale: #707070. Windows color (decimal): -11693537 or 2069069. OLE color: 2069069.

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

Color convert

RGB 77 146 31 -
CMYK 0.47 0 0.79 0.43
HSL 96º 0.65% 0.35% -
HSV(B) 96º 0.79% 0.57% -
XYZ 13.59 22.23 4.87 -
YUV 112.26 82.14 102.85 -
System Red Green Blue C M Y K H S L
Decimal 77 146 31 0.47 0 0.79 0.43 96 0.65 0.35
Hex 4D 92 1F 2F 0 4F 2B 60 41 23
Octal 115 222 37 57 0 117 53 140 101 43
Binary 1001101 10010010 11111 101111 0 1001111 101011 1100000 1000001 100011

Color Harmonies of #4D921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D921F

Black with #4D921F

Text Example


Text Example

White with #4D921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,146,31); }

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

background-color css

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

 a { background-color: rgb(77,146,31); }

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

border-color css

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

 span { border-color: rgb(77,146,31); }

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