Html Css Color HEX #4D6002 Verdun Green

📋 copy color: '#4D6002'

red 77 ◦ green 96 ◦ blue 2

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

Shades of Verdun Green #4D6002

Tints of Verdun Green #4D6002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 44%
G = 54.86%
B = 1.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#4D6002 (or 0x4D6002) is known color: Verdun Green. HEX triplet: 4D, 60 and 02. RGB value is (77,96,2). Sum of RGB (Red+Green+Blue) = 77+96+2=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6002 is #B29FFD. Grayscale: #4F4F4F. Windows color (decimal): -11706366 or 155725. OLE color: 155725.

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

Color convert

RGB 77 96 2 -
CMYK 0.20 0 0.98 0.62
HSL 72.13º 0.96% 0.19% -
HSV(B) 72.13º 0.98% 0.38% -
XYZ 7.25 9.95 1.6 -
YUV 79.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 77 96 2 0.20 0 0.98 0.62 72.13 0.96 0.19
Hex 4D 60 2 14 0 62 3E 48 60 13
Octal 115 140 2 24 0 142 76 110 140 23
Binary 1001101 1100000 10 10100 0 1100010 111110 1001000 1100000 10011

Color Harmonies of #4D6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6002

Black with #4D6002

Text Example


Text Example

White with #4D6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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