Html Css Color HEX #3A6012 Verdun Green

📋 copy color: '#3A6012'

red 58 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #3A6012

Tints of Verdun Green #3A6012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 33.72%
G = 55.81%
B = 10.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#3A6012 (or 0x3A6012) is known color: Verdun Green. HEX triplet: 3A, 60 and 12. RGB value is (58,96,18). Sum of RGB (Red+Green+Blue) = 58+96+18=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6012 is #C59FED. Grayscale: #4C4C4C. Windows color (decimal): -12951534 or 1204282. OLE color: 1204282.

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

Color convert

RGB 58 96 18 -
CMYK 0.40 0 0.81 0.62
HSL 89.23º 0.68% 0.22% -
HSV(B) 89.23º 0.81% 0.38% -
XYZ 6.04 9.31 2.05 -
YUV 75.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 58 96 18 0.40 0 0.81 0.62 89.23 0.68 0.22
Hex 3A 60 12 28 0 51 3E 59 44 16
Octal 72 140 22 50 0 121 76 131 104 26
Binary 111010 1100000 10010 101000 0 1010001 111110 1011001 1000100 10110

Color Harmonies of #3A6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6012

Black with #3A6012

Text Example


Text Example

White with #3A6012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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