Html Css Color HEX #3B610D Verdun Green

📋 copy color: '#3B610D'

red 59 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #3B610D

Tints of Verdun Green #3B610D

RGB

 RED value IS 59 (23.44% from 255) = 34.91%

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

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

R = 34.91%
G = 57.4%
B = 7.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#3B610D (or 0x3B610D) is known color: Verdun Green. HEX triplet: 3B, 61 and 0D. RGB value is (59,97,13). Sum of RGB (Red+Green+Blue) = 59+97+13=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #3B610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B610D is #C49EF2. Grayscale: #4C4C4C. Windows color (decimal): -12885747 or 876859. OLE color: 876859.

HSL color Cylindrical-coordinate representation of color #3B610D: hue angle of 87.14º 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 #3B610D is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 97 13 -
CMYK 0.39 0 0.87 0.62
HSL 87.14º 0.76% 0.22% -
HSV(B) 87.14º 0.87% 0.38% -
XYZ 6.15 9.51 1.89 -
YUV 76.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 59 97 13 0.39 0 0.87 0.62 87.14 0.76 0.22
Hex 3B 61 D 27 0 57 3E 57 4C 16
Octal 73 141 15 47 0 127 76 127 114 26
Binary 111011 1100001 1101 100111 0 1010111 111110 1010111 1001100 10110

Color Harmonies of #3B610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B610D

Black with #3B610D

Text Example


Text Example

White with #3B610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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