Html Css Color HEX #3B620D Verdun Green

📋 copy color: '#3B620D'

red 59 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #3B620D

Tints of Verdun Green #3B620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.65%

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

R = 34.71%
G = 57.65%
B = 7.65%

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

#3B620D (or 0x3B620D) is known color: Verdun Green. HEX triplet: 3B, 62 and 0D. RGB value is (59,98,13). Sum of RGB (Red+Green+Blue) = 59+98+13=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #3B620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B620D is #C49DF2. Grayscale: #4C4C4C. Windows color (decimal): -12885491 or 877115. OLE color: 877115.

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

Color convert

RGB 59 98 13 -
CMYK 0.40 0 0.87 0.62
HSL 87.53º 0.77% 0.22% -
HSV(B) 87.53º 0.87% 0.38% -
XYZ 6.24 9.69 1.92 -
YUV 76.65 92.08 115.41 -
System Red Green Blue C M Y K H S L
Decimal 59 98 13 0.40 0 0.87 0.62 87.53 0.77 0.22
Hex 3B 62 D 28 0 57 3E 58 4D 16
Octal 73 142 15 50 0 127 76 130 115 26
Binary 111011 1100010 1101 101000 0 1010111 111110 1011000 1001101 10110

Color Harmonies of #3B620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B620D

Black with #3B620D

Text Example


Text Example

White with #3B620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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