Html Css Color HEX #3D4A08 Verdun Green

📋 copy color: '#3D4A08'

red 61 ◦ green 74 ◦ blue 8

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

Shades of Verdun Green #3D4A08

Tints of Verdun Green #3D4A08

RGB

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

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

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

R = 42.66%
G = 51.75%
B = 5.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#3D4A08 (or 0x3D4A08) is known color: Verdun Green. HEX triplet: 3D, 4A and 08. RGB value is (61,74,8). Sum of RGB (Red+Green+Blue) = 61+74+8=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4A08 is #C2B5F7. Grayscale: #3E3E3E. Windows color (decimal): -12760568 or 543293. OLE color: 543293.

HSL color Cylindrical-coordinate representation of color #3D4A08: hue angle of 71.82º 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 #3D4A08 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 74 8 -
CMYK 0.18 0 0.89 0.71
HSL 71.82º 0.8% 0.16% -
HSV(B) 71.82º 0.89% 0.29% -
XYZ 4.42 5.91 1.14 -
YUV 62.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 61 74 8 0.18 0 0.89 0.71 71.82 0.8 0.16
Hex 3D 4A 8 12 0 59 47 48 50 10
Octal 75 112 10 22 0 131 107 110 120 20
Binary 111101 1001010 1000 10010 0 1011001 1000111 1001000 1010000 10000

Color Harmonies of #3D4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A08

Black with #3D4A08

Text Example


Text Example

White with #3D4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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