Html Css Color HEX #4D4A02 Verdun Green

📋 copy color: '#4D4A02'

red 77 ◦ green 74 ◦ blue 2

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

Shades of Verdun Green #4D4A02

Tints of Verdun Green #4D4A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 48.37%

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

R = 50.33%
G = 48.37%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4D4A02 (or 0x4D4A02) is known color: Verdun Green. HEX triplet: 4D, 4A and 02. RGB value is (77,74,2). Sum of RGB (Red+Green+Blue) = 77+74+2=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4A02 is #B2B5FD. Grayscale: #424242. Windows color (decimal): -11711998 or 150093. OLE color: 150093.

HSL color Cylindrical-coordinate representation of color #4D4A02: hue angle of 57.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D4A02 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 74 2 -
CMYK 0 0.04 0.97 0.70
HSL 57.6º 0.95% 0.15% -
HSV(B) 57.6º 0.97% 0.3% -
XYZ 5.52 6.48 1.02 -
YUV 66.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 77 74 2 0 0.04 0.97 0.70 57.6 0.95 0.15
Hex 4D 4A 2 0 4 61 46 3A 5F F
Octal 115 112 2 0 4 141 106 72 137 17
Binary 1001101 1001010 10 0 100 1100001 1000110 111010 1011111 1111

Color Harmonies of #4D4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4A02

Black with #4D4A02

Text Example


Text Example

White with #4D4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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