Html Css Color HEX #4D5402 Verdun Green

📋 copy color: '#4D5402'

red 77 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #4D5402

Tints of Verdun Green #4D5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.53%

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

R = 47.24%
G = 51.53%
B = 1.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#4D5402 (or 0x4D5402) is known color: Verdun Green. HEX triplet: 4D, 54 and 02. RGB value is (77,84,2). Sum of RGB (Red+Green+Blue) = 77+84+2=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5402 is #B2ABFD. Grayscale: #484848. Windows color (decimal): -11709438 or 152653. OLE color: 152653.

HSL color Cylindrical-coordinate representation of color #4D5402: hue angle of 65.12º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D5402 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 84 2 -
CMYK 0.08 0 0.98 0.67
HSL 65.12º 0.95% 0.17% -
HSV(B) 65.12º 0.98% 0.33% -
XYZ 6.24 7.92 1.26 -
YUV 72.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 77 84 2 0.08 0 0.98 0.67 65.12 0.95 0.17
Hex 4D 54 2 8 0 62 43 41 5F 11
Octal 115 124 2 10 0 142 103 101 137 21
Binary 1001101 1010100 10 1000 0 1100010 1000011 1000001 1011111 10001

Color Harmonies of #4D5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5402

Black with #4D5402

Text Example


Text Example

White with #4D5402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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