Html Css Color HEX #3D4908 Verdun Green

📋 copy color: '#3D4908'

red 61 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #3D4908

Tints of Verdun Green #3D4908

RGB

 RED value IS 61 (24.22% from 255) = 42.96%

 GREEN value IS 73 (28.91% from 255) = 51.41%

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

R = 42.96%
G = 51.41%
B = 5.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#3D4908 (or 0x3D4908) is known color: Verdun Green. HEX triplet: 3D, 49 and 08. RGB value is (61,73,8). Sum of RGB (Red+Green+Blue) = 61+73+8=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4908 is #C2B6F7. Grayscale: #3E3E3E. Windows color (decimal): -12760824 or 543037. OLE color: 543037.

HSL color Cylindrical-coordinate representation of color #3D4908: hue angle of 71.08º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D4908 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 73 8 -
CMYK 0.16 0 0.89 0.71
HSL 71.08º 0.8% 0.16% -
HSV(B) 71.08º 0.89% 0.29% -
XYZ 4.35 5.77 1.12 -
YUV 62 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 61 73 8 0.16 0 0.89 0.71 71.08 0.8 0.16
Hex 3D 49 8 10 0 59 47 47 50 10
Octal 75 111 10 20 0 131 107 107 120 20
Binary 111101 1001001 1000 10000 0 1011001 1000111 1000111 1010000 10000

Color Harmonies of #3D4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4908

Black with #3D4908

Text Example


Text Example

White with #3D4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D4908; }

 p { color: rgb(61,73,8); }

 H1.HeaderClassName
 {
   color: #3D4908;
 }
 .AnyTagClassName
 {
   color: #3D4908;
 }
</style>

background-color css

<style>
 a { background-color: #3D4908; }

 a { background-color: rgb(61,73,8); }

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

border-color css

<style>
 span { border-color: #3D4908; }

 span { border-color: rgb(61,73,8); }

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