Html Css Color HEX #4D631C Verdun Green

📋 copy color: '#4D631C'

red 77 ◦ green 99 ◦ blue 28

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

Shades of Verdun Green #4D631C

Tints of Verdun Green #4D631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 37.75%
G = 48.53%
B = 13.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#4D631C (or 0x4D631C) is known color: Verdun Green. HEX triplet: 4D, 63 and 1C. RGB value is (77,99,28). Sum of RGB (Red+Green+Blue) = 77+99+28=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #4D631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D631C is #B29CE3. Grayscale: #545454. Windows color (decimal): -11705572 or 1860429. OLE color: 1860429.

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

Color convert

RGB 77 99 28 -
CMYK 0.22 0 0.72 0.61
HSL 78.59º 0.56% 0.25% -
HSV(B) 78.59º 0.72% 0.39% -
XYZ 7.73 10.59 2.73 -
YUV 84.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 77 99 28 0.22 0 0.72 0.61 78.59 0.56 0.25
Hex 4D 63 1C 16 0 48 3D 4F 38 19
Octal 115 143 34 26 0 110 75 117 70 31
Binary 1001101 1100011 11100 10110 0 1001000 111101 1001111 111000 11001

Color Harmonies of #4D631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D631C

Black with #4D631C

Text Example


Text Example

White with #4D631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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