Html Css Color HEX #3A680D Verdun Green

📋 copy color: '#3A680D'

red 58 ◦ green 104 ◦ blue 13

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

Shades of Verdun Green #3A680D

Tints of Verdun Green #3A680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.43%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 33.14%
G = 59.43%
B = 7.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#3A680D (or 0x3A680D) is known color: Verdun Green. HEX triplet: 3A, 68 and 0D. RGB value is (58,104,13). Sum of RGB (Red+Green+Blue) = 58+104+13=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #3A680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A680D is #C597F2. Grayscale: #505050. Windows color (decimal): -12949491 or 878650. OLE color: 878650.

HSL color Cylindrical-coordinate representation of color #3A680D: hue angle of 90.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A680D is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 104 13 -
CMYK 0.44 0 0.88 0.59
HSL 90.33º 0.78% 0.23% -
HSV(B) 90.33º 0.88% 0.41% -
XYZ 6.77 10.83 2.11 -
YUV 79.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 58 104 13 0.44 0 0.88 0.59 90.33 0.78 0.23
Hex 3A 68 D 2C 0 58 3B 5A 4E 17
Octal 72 150 15 54 0 130 73 132 116 27
Binary 111010 1101000 1101 101100 0 1011000 111011 1011010 1001110 10111

Color Harmonies of #3A680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A680D

Black with #3A680D

Text Example


Text Example

White with #3A680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,104,13); }

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

background-color css

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

 a { background-color: rgb(58,104,13); }

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

border-color css

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

 span { border-color: rgb(58,104,13); }

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