Html Css Color HEX #3A6802 Verdun Green

📋 copy color: '#3A6802'

red 58 ◦ green 104 ◦ blue 2

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

Shades of Verdun Green #3A6802

Tints of Verdun Green #3A6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 63.41%

 BLUE value IS 2 (1.17% from 255) = 1.22%

R = 35.37%
G = 63.41%
B = 1.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#3A6802 (or 0x3A6802) is known color: Verdun Green. HEX triplet: 3A, 68 and 02. RGB value is (58,104,2). Sum of RGB (Red+Green+Blue) = 58+104+2=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6802 is #C597FD. Grayscale: #4E4E4E. Windows color (decimal): -12949502 or 157754. OLE color: 157754.

HSL color Cylindrical-coordinate representation of color #3A6802: hue angle of 87.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A6802 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 104 2 -
CMYK 0.44 0 0.98 0.59
HSL 87.06º 0.96% 0.21% -
HSV(B) 87.06º 0.98% 0.41% -
XYZ 6.71 10.8 1.79 -
YUV 78.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 58 104 2 0.44 0 0.98 0.59 87.06 0.96 0.21
Hex 3A 68 2 2C 0 62 3B 57 60 15
Octal 72 150 2 54 0 142 73 127 140 25
Binary 111010 1101000 10 101100 0 1100010 111011 1010111 1100000 10101

Color Harmonies of #3A6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6802

Black with #3A6802

Text Example


Text Example

White with #3A6802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,104,2); }

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

background-color css

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

 a { background-color: rgb(58,104,2); }

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

border-color css

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

 span { border-color: rgb(58,104,2); }

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