Html Css Color HEX #3A620D Verdun Green

📋 copy color: '#3A620D'

red 58 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #3A620D

Tints of Verdun Green #3A620D

RGB

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

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

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

R = 34.32%
G = 57.99%
B = 7.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#3A620D (or 0x3A620D) is known color: Verdun Green. HEX triplet: 3A, 62 and 0D. RGB value is (58,98,13). Sum of RGB (Red+Green+Blue) = 58+98+13=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #3A620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A620D is #C59DF2. Grayscale: #4C4C4C. Windows color (decimal): -12951027 or 877114. OLE color: 877114.

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

Color convert

RGB 58 98 13 -
CMYK 0.41 0 0.87 0.62
HSL 88.24º 0.77% 0.22% -
HSV(B) 88.24º 0.87% 0.38% -
XYZ 6.19 9.66 1.92 -
YUV 76.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 58 98 13 0.41 0 0.87 0.62 88.24 0.77 0.22
Hex 3A 62 D 29 0 57 3E 58 4D 16
Octal 72 142 15 51 0 127 76 130 115 26
Binary 111010 1100010 1101 101001 0 1010111 111110 1011000 1001101 10110

Color Harmonies of #3A620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A620D

Black with #3A620D

Text Example


Text Example

White with #3A620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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