Html Css Color HEX #3A6103 Verdun Green

📋 copy color: '#3A6103'

red 58 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #3A6103

Tints of Verdun Green #3A6103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 36.71%
G = 61.39%
B = 1.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#3A6103 (or 0x3A6103) is known color: Verdun Green. HEX triplet: 3A, 61 and 03. RGB value is (58,97,3). Sum of RGB (Red+Green+Blue) = 58+97+3=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6103 is #C59EFC. Grayscale: #4A4A4A. Windows color (decimal): -12951293 or 221498. OLE color: 221498.

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

Color convert

RGB 58 97 3 -
CMYK 0.40 0 0.97 0.62
HSL 84.89º 0.94% 0.2% -
HSV(B) 84.89º 0.97% 0.38% -
XYZ 6.04 9.46 1.59 -
YUV 74.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 58 97 3 0.40 0 0.97 0.62 84.89 0.94 0.2
Hex 3A 61 3 28 0 61 3E 55 5E 14
Octal 72 141 3 50 0 141 76 125 136 24
Binary 111010 1100001 11 101000 0 1100001 111110 1010101 1011110 10100

Color Harmonies of #3A6103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6103

Black with #3A6103

Text Example


Text Example

White with #3A6103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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