Html Css Color HEX #4D631B Verdun Green

📋 copy color: '#4D631B'

red 77 ◦ green 99 ◦ blue 27

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

Shades of Verdun Green #4D631B

Tints of Verdun Green #4D631B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 37.93%
G = 48.77%
B = 13.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#4D631B (or 0x4D631B) is known color: Verdun Green. HEX triplet: 4D, 63 and 1B. RGB value is (77,99,27). Sum of RGB (Red+Green+Blue) = 77+99+27=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #4D631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D631B is #B29CE4. Grayscale: #545454. Windows color (decimal): -11705573 or 1794893. OLE color: 1794893.

HSL color Cylindrical-coordinate representation of color #4D631B: hue angle of 78.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D631B is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 99 27 -
CMYK 0.22 0 0.73 0.61
HSL 78.33º 0.57% 0.25% -
HSV(B) 78.33º 0.73% 0.39% -
XYZ 7.72 10.58 2.67 -
YUV 84.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 77 99 27 0.22 0 0.73 0.61 78.33 0.57 0.25
Hex 4D 63 1B 16 0 49 3D 4E 39 19
Octal 115 143 33 26 0 111 75 116 71 31
Binary 1001101 1100011 11011 10110 0 1001001 111101 1001110 111001 11001

Color Harmonies of #4D631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D631B

Black with #4D631B

Text Example


Text Example

White with #4D631B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,27); }

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

background-color css

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

 a { background-color: rgb(77,99,27); }

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

border-color css

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

 span { border-color: rgb(77,99,27); }

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