Html Css Color HEX #4D600C Verdun Green

📋 copy color: '#4D600C'

red 77 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #4D600C

Tints of Verdun Green #4D600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 41.62%
G = 51.89%
B = 6.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#4D600C (or 0x4D600C) is known color: Verdun Green. HEX triplet: 4D, 60 and 0C. RGB value is (77,96,12). Sum of RGB (Red+Green+Blue) = 77+96+12=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #4D600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D600C is #B29FF3. Grayscale: #515151. Windows color (decimal): -11706356 or 811085. OLE color: 811085.

HSL color Cylindrical-coordinate representation of color #4D600C: hue angle of 73.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D600C is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 12 -
CMYK 0.20 0 0.88 0.62
HSL 73.57º 0.78% 0.21% -
HSV(B) 73.57º 0.88% 0.38% -
XYZ 7.31 9.97 1.89 -
YUV 80.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 77 96 12 0.20 0 0.88 0.62 73.57 0.78 0.21
Hex 4D 60 C 14 0 58 3E 4A 4E 15
Octal 115 140 14 24 0 130 76 112 116 25
Binary 1001101 1100000 1100 10100 0 1011000 111110 1001010 1001110 10101

Color Harmonies of #4D600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D600C

Black with #4D600C

Text Example


Text Example

White with #4D600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,12); }

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

background-color css

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

 a { background-color: rgb(77,96,12); }

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

border-color css

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

 span { border-color: rgb(77,96,12); }

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