Html Css Color HEX #3A610D Verdun Green

📋 copy color: '#3A610D'

red 58 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #3A610D

Tints of Verdun Green #3A610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.74%

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

R = 34.52%
G = 57.74%
B = 7.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#3A610D (or 0x3A610D) is known color: Verdun Green. HEX triplet: 3A, 61 and 0D. RGB value is (58,97,13). Sum of RGB (Red+Green+Blue) = 58+97+13=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #3A610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A610D is #C59EF2. Grayscale: #4C4C4C. Windows color (decimal): -12951283 or 876858. OLE color: 876858.

HSL color Cylindrical-coordinate representation of color #3A610D: hue angle of 87.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A610D is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 97 13 -
CMYK 0.40 0 0.87 0.62
HSL 87.86º 0.76% 0.22% -
HSV(B) 87.86º 0.87% 0.38% -
XYZ 6.09 9.48 1.89 -
YUV 75.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 58 97 13 0.40 0 0.87 0.62 87.86 0.76 0.22
Hex 3A 61 D 28 0 57 3E 58 4C 16
Octal 72 141 15 50 0 127 76 130 114 26
Binary 111010 1100001 1101 101000 0 1010111 111110 1011000 1001100 10110

Color Harmonies of #3A610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A610D

Black with #3A610D

Text Example


Text Example

White with #3A610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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