Html Css Color HEX #3A6300 Verdun Green

📋 copy color: '#3A6300'

red 58 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #3A6300

Tints of Verdun Green #3A6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.94%
G = 63.06%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#3A6300 (or 0x3A6300) is known color: Verdun Green. HEX triplet: 3A, 63 and 00. RGB value is (58,99,0). Sum of RGB (Red+Green+Blue) = 58+99+0=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6300 is #C59CFF. Grayscale: #4B4B4B. Windows color (decimal): -12950784 or 25402. OLE color: 25402.

HSL color Cylindrical-coordinate representation of color #3A6300: hue angle of 84.85º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A6300 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 99 0 -
CMYK 0.41 0 1 0.61
HSL 84.85º 1% 0.19% -
HSV(B) 84.85º 1% 0.39% -
XYZ 6.21 9.82 1.57 -
YUV 75.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 58 99 0 0.41 0 1 0.61 84.85 1 0.19
Hex 3A 63 0 29 0 64 3D 55 64 13
Octal 72 143 0 51 0 144 75 125 144 23
Binary 111010 1100011 0 101001 0 1100100 111101 1010101 1100100 10011

Color Harmonies of #3A6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6300

Black with #3A6300

Text Example


Text Example

White with #3A6300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,99,0); }

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

background-color css

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

 a { background-color: rgb(58,99,0); }

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

border-color css

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

 span { border-color: rgb(58,99,0); }

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