Html Css Color HEX #4D6005 Verdun Green

📋 copy color: '#4D6005'

red 77 ◦ green 96 ◦ blue 5

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

Shades of Verdun Green #4D6005

Tints of Verdun Green #4D6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.81%

R = 43.26%
G = 53.93%
B = 2.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#4D6005 (or 0x4D6005) is known color: Verdun Green. HEX triplet: 4D, 60 and 05. RGB value is (77,96,5). Sum of RGB (Red+Green+Blue) = 77+96+5=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6005 is #B29FFA. Grayscale: #505050. Windows color (decimal): -11706363 or 352333. OLE color: 352333.

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

Color convert

RGB 77 96 5 -
CMYK 0.20 0 0.95 0.62
HSL 72.53º 0.9% 0.2% -
HSV(B) 72.53º 0.95% 0.38% -
XYZ 7.27 9.95 1.68 -
YUV 79.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 77 96 5 0.20 0 0.95 0.62 72.53 0.9 0.2
Hex 4D 60 5 14 0 5F 3E 49 5A 14
Octal 115 140 5 24 0 137 76 111 132 24
Binary 1001101 1100000 101 10100 0 1011111 111110 1001001 1011010 10100

Color Harmonies of #4D6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6005

Black with #4D6005

Text Example


Text Example

White with #4D6005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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