Html Css Color HEX #3A6207 Verdun Green

📋 copy color: '#3A6207'

red 58 ◦ green 98 ◦ blue 7

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

Shades of Verdun Green #3A6207

Tints of Verdun Green #3A6207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.29%

R = 35.58%
G = 60.12%
B = 4.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#3A6207 (or 0x3A6207) is known color: Verdun Green. HEX triplet: 3A, 62 and 07. RGB value is (58,98,7). Sum of RGB (Red+Green+Blue) = 58+98+7=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6207 is #C59DF8. Grayscale: #4B4B4B. Windows color (decimal): -12951033 or 483898. OLE color: 483898.

HSL color Cylindrical-coordinate representation of color #3A6207: hue angle of 86.37º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A6207 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 98 7 -
CMYK 0.41 0 0.93 0.62
HSL 86.37º 0.87% 0.21% -
HSV(B) 86.37º 0.93% 0.38% -
XYZ 6.15 9.65 1.74 -
YUV 75.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 58 98 7 0.41 0 0.93 0.62 86.37 0.87 0.21
Hex 3A 62 7 29 0 5D 3E 56 57 15
Octal 72 142 7 51 0 135 76 126 127 25
Binary 111010 1100010 111 101001 0 1011101 111110 1010110 1010111 10101

Color Harmonies of #3A6207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6207

Black with #3A6207

Text Example


Text Example

White with #3A6207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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