Html Css Color HEX #3A6104 Verdun Green

📋 copy color: '#3A6104'

red 58 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #3A6104

Tints of Verdun Green #3A6104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 36.48%
G = 61.01%
B = 2.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#3A6104 (or 0x3A6104) is known color: Verdun Green. HEX triplet: 3A, 61 and 04. RGB value is (58,97,4). Sum of RGB (Red+Green+Blue) = 58+97+4=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6104 is #C59EFB. Grayscale: #4B4B4B. Windows color (decimal): -12951292 or 287034. OLE color: 287034.

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

Color convert

RGB 58 97 4 -
CMYK 0.40 0 0.96 0.62
HSL 85.16º 0.92% 0.2% -
HSV(B) 85.16º 0.96% 0.38% -
XYZ 6.04 9.46 1.62 -
YUV 74.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 58 97 4 0.40 0 0.96 0.62 85.16 0.92 0.2
Hex 3A 61 4 28 0 60 3E 55 5C 14
Octal 72 141 4 50 0 140 76 125 134 24
Binary 111010 1100001 100 101000 0 1100000 111110 1010101 1011100 10100

Color Harmonies of #3A6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6104

Black with #3A6104

Text Example


Text Example

White with #3A6104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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