Html Css Color HEX #3A6003 Verdun Green

📋 copy color: '#3A6003'

red 58 ◦ green 96 ◦ blue 3

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

Shades of Verdun Green #3A6003

Tints of Verdun Green #3A6003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.15%

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

R = 36.94%
G = 61.15%
B = 1.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#3A6003 (or 0x3A6003) is known color: Verdun Green. HEX triplet: 3A, 60 and 03. RGB value is (58,96,3). Sum of RGB (Red+Green+Blue) = 58+96+3=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6003 is #C59FFC. Grayscale: #4A4A4A. Windows color (decimal): -12951549 or 221242. OLE color: 221242.

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

Color convert

RGB 58 96 3 -
CMYK 0.40 0 0.97 0.62
HSL 84.52º 0.94% 0.19% -
HSV(B) 84.52º 0.97% 0.38% -
XYZ 5.94 9.27 1.56 -
YUV 74.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 58 96 3 0.40 0 0.97 0.62 84.52 0.94 0.19
Hex 3A 60 3 28 0 61 3E 55 5E 13
Octal 72 140 3 50 0 141 76 125 136 23
Binary 111010 1100000 11 101000 0 1100001 111110 1010101 1011110 10011

Color Harmonies of #3A6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6003

Black with #3A6003

Text Example


Text Example

White with #3A6003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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