Html Css Color HEX #4D630D Verdun Green

📋 copy color: '#4D630D'

red 77 ◦ green 99 ◦ blue 13

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

Shades of Verdun Green #4D630D

Tints of Verdun Green #4D630D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 40.74%
G = 52.38%
B = 6.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#4D630D (or 0x4D630D) is known color: Verdun Green. HEX triplet: 4D, 63 and 0D. RGB value is (77,99,13). Sum of RGB (Red+Green+Blue) = 77+99+13=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #4D630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D630D is #B29CF2. Grayscale: #525252. Windows color (decimal): -11705587 or 877389. OLE color: 877389.

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

Color convert

RGB 77 99 13 -
CMYK 0.22 0 0.87 0.61
HSL 75.35º 0.77% 0.22% -
HSV(B) 75.35º 0.87% 0.39% -
XYZ 7.6 10.53 2.01 -
YUV 82.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 77 99 13 0.22 0 0.87 0.61 75.35 0.77 0.22
Hex 4D 63 D 16 0 57 3D 4B 4D 16
Octal 115 143 15 26 0 127 75 113 115 26
Binary 1001101 1100011 1101 10110 0 1010111 111101 1001011 1001101 10110

Color Harmonies of #4D630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D630D

Black with #4D630D

Text Example


Text Example

White with #4D630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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