Html Css Color HEX #4D540B Verdun Green

📋 copy color: '#4D540B'

red 77 ◦ green 84 ◦ blue 11

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

Shades of Verdun Green #4D540B

Tints of Verdun Green #4D540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 44.77%
G = 48.84%
B = 6.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#4D540B (or 0x4D540B) is known color: Verdun Green. HEX triplet: 4D, 54 and 0B. RGB value is (77,84,11). Sum of RGB (Red+Green+Blue) = 77+84+11=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #4D540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D540B is #B2ABF4. Grayscale: #494949. Windows color (decimal): -11709429 or 742477. OLE color: 742477.

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

Color convert

RGB 77 84 11 -
CMYK 0.08 0 0.87 0.67
HSL 65.75º 0.77% 0.19% -
HSV(B) 65.75º 0.87% 0.33% -
XYZ 6.29 7.94 1.52 -
YUV 73.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 77 84 11 0.08 0 0.87 0.67 65.75 0.77 0.19
Hex 4D 54 B 8 0 57 43 42 4D 13
Octal 115 124 13 10 0 127 103 102 115 23
Binary 1001101 1010100 1011 1000 0 1010111 1000011 1000010 1001101 10011

Color Harmonies of #4D540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D540B

Black with #4D540B

Text Example


Text Example

White with #4D540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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