Html Css Color HEX #3A6602 Verdun Green

📋 copy color: '#3A6602'

red 58 ◦ green 102 ◦ blue 2

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

Shades of Verdun Green #3A6602

Tints of Verdun Green #3A6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 62.96%

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

R = 35.8%
G = 62.96%
B = 1.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#3A6602 (or 0x3A6602) is known color: Verdun Green. HEX triplet: 3A, 66 and 02. RGB value is (58,102,2). Sum of RGB (Red+Green+Blue) = 58+102+2=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #3A6602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6602 is #C599FD. Grayscale: #4D4D4D. Windows color (decimal): -12950014 or 157242. OLE color: 157242.

HSL color Cylindrical-coordinate representation of color #3A6602: hue angle of 86.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A6602 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 102 2 -
CMYK 0.43 0 0.98 0.6
HSL 86.4º 0.96% 0.2% -
HSV(B) 86.4º 0.98% 0.4% -
XYZ 6.51 10.41 1.72 -
YUV 77.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 58 102 2 0.43 0 0.98 0.6 86.4 0.96 0.2
Hex 3A 66 2 2B 0 62 3C 56 60 14
Octal 72 146 2 53 0 142 74 126 140 24
Binary 111010 1100110 10 101011 0 1100010 111100 1010110 1100000 10100

Color Harmonies of #3A6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6602

Black with #3A6602

Text Example


Text Example

White with #3A6602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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