Html Css Color HEX #3A670E Verdun Green

📋 copy color: '#3A670E'

red 58 ◦ green 103 ◦ blue 14

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

Shades of Verdun Green #3A670E

Tints of Verdun Green #3A670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.86%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 33.14%
G = 58.86%
B = 8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#3A670E (or 0x3A670E) is known color: Verdun Green. HEX triplet: 3A, 67 and 0E. RGB value is (58,103,14). Sum of RGB (Red+Green+Blue) = 58+103+14=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #3A670E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A670E is #C598F1. Grayscale: #4F4F4F. Windows color (decimal): -12949746 or 943930. OLE color: 943930.

HSL color Cylindrical-coordinate representation of color #3A670E: hue angle of 90.34º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A670E is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 58 103 14 -
CMYK 0.44 0 0.86 0.60
HSL 90.34º 0.76% 0.23% -
HSV(B) 90.34º 0.86% 0.4% -
XYZ 6.67 10.63 2.12 -
YUV 79.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 58 103 14 0.44 0 0.86 0.60 90.34 0.76 0.23
Hex 3A 67 E 2C 0 56 3C 5A 4C 17
Octal 72 147 16 54 0 126 74 132 114 27
Binary 111010 1100111 1110 101100 0 1010110 111100 1011010 1001100 10111

Color Harmonies of #3A670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A670E

Black with #3A670E

Text Example


Text Example

White with #3A670E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,103,14); }

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

background-color css

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

 a { background-color: rgb(58,103,14); }

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

border-color css

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

 span { border-color: rgb(58,103,14); }

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