Html Css Color HEX #3A5603 Verdun Green

📋 copy color: '#3A5603'

red 58 ◦ green 86 ◦ blue 3

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

Shades of Verdun Green #3A5603

Tints of Verdun Green #3A5603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 58.5%

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

R = 39.46%
G = 58.5%
B = 2.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#3A5603 (or 0x3A5603) is known color: Verdun Green. HEX triplet: 3A, 56 and 03. RGB value is (58,86,3). Sum of RGB (Red+Green+Blue) = 58+86+3=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5603 is #C5A9FC. Grayscale: #444444. Windows color (decimal): -12954109 or 218682. OLE color: 218682.

HSL color Cylindrical-coordinate representation of color #3A5603: hue angle of 80.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A5603 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 86 3 -
CMYK 0.33 0 0.97 0.66
HSL 80.24º 0.93% 0.17% -
HSV(B) 80.24º 0.97% 0.34% -
XYZ 5.09 7.56 1.28 -
YUV 68.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 58 86 3 0.33 0 0.97 0.66 80.24 0.93 0.17
Hex 3A 56 3 21 0 61 42 50 5D 11
Octal 72 126 3 41 0 141 102 120 135 21
Binary 111010 1010110 11 100001 0 1100001 1000010 1010000 1011101 10001

Color Harmonies of #3A5603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5603

Black with #3A5603

Text Example


Text Example

White with #3A5603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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