Html Css Color HEX #4D5308 Verdun Green

📋 copy color: '#4D5308'

red 77 ◦ green 83 ◦ blue 8

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

Shades of Verdun Green #4D5308

Tints of Verdun Green #4D5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.4%

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 45.83%
G = 49.4%
B = 4.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#4D5308 (or 0x4D5308) is known color: Verdun Green. HEX triplet: 4D, 53 and 08. RGB value is (77,83,8). Sum of RGB (Red+Green+Blue) = 77+83+8=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5308 is #B2ACF7. Grayscale: #484848. Windows color (decimal): -11709688 or 545613. OLE color: 545613.

HSL color Cylindrical-coordinate representation of color #4D5308: hue angle of 64.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D5308 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 83 8 -
CMYK 0.07 0 0.90 0.67
HSL 64.8º 0.82% 0.18% -
HSV(B) 64.8º 0.9% 0.33% -
XYZ 6.2 7.78 1.41 -
YUV 72.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 77 83 8 0.07 0 0.90 0.67 64.8 0.82 0.18
Hex 4D 53 8 7 0 5A 43 41 52 12
Octal 115 123 10 7 0 132 103 101 122 22
Binary 1001101 1010011 1000 111 0 1011010 1000011 1000001 1010010 10010

Color Harmonies of #4D5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5308

Black with #4D5308

Text Example


Text Example

White with #4D5308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,83,8); }

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

background-color css

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

 a { background-color: rgb(77,83,8); }

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

border-color css

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

 span { border-color: rgb(77,83,8); }

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