Html Css Color HEX #3A6408 Verdun Green

📋 copy color: '#3A6408'

red 58 ◦ green 100 ◦ blue 8

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

Shades of Verdun Green #3A6408

Tints of Verdun Green #3A6408

RGB

 RED value IS 58 (23.05% from 255) = 34.94%

 GREEN value IS 100 (39.45% from 255) = 60.24%

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

R = 34.94%
G = 60.24%
B = 4.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#3A6408 (or 0x3A6408) is known color: Verdun Green. HEX triplet: 3A, 64 and 08. RGB value is (58,100,8). Sum of RGB (Red+Green+Blue) = 58+100+8=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6408 is #C59BF7. Grayscale: #4D4D4D. Windows color (decimal): -12950520 or 549946. OLE color: 549946.

HSL color Cylindrical-coordinate representation of color #3A6408: hue angle of 87.39º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A6408 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 100 8 -
CMYK 0.42 0 0.92 0.61
HSL 87.39º 0.85% 0.21% -
HSV(B) 87.39º 0.92% 0.39% -
XYZ 6.35 10.03 1.83 -
YUV 76.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 58 100 8 0.42 0 0.92 0.61 87.39 0.85 0.21
Hex 3A 64 8 2A 0 5C 3D 57 55 15
Octal 72 144 10 52 0 134 75 127 125 25
Binary 111010 1100100 1000 101010 0 1011100 111101 1010111 1010101 10101

Color Harmonies of #3A6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6408

Black with #3A6408

Text Example


Text Example

White with #3A6408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,8); }

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

background-color css

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

 a { background-color: rgb(58,100,8); }

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

border-color css

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

 span { border-color: rgb(58,100,8); }

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