Html Css Color HEX #3A6112 Verdun Green

📋 copy color: '#3A6112'

red 58 ◦ green 97 ◦ blue 18

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

Shades of Verdun Green #3A6112

Tints of Verdun Green #3A6112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

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

R = 33.53%
G = 56.07%
B = 10.4%

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

#3A6112 (or 0x3A6112) is known color: Verdun Green. HEX triplet: 3A, 61 and 12. RGB value is (58,97,18). Sum of RGB (Red+Green+Blue) = 58+97+18=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6112 is #C59EED. Grayscale: #4C4C4C. Windows color (decimal): -12951278 or 1204538. OLE color: 1204538.

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

Color convert

RGB 58 97 18 -
CMYK 0.40 0 0.81 0.62
HSL 89.62º 0.69% 0.23% -
HSV(B) 89.62º 0.81% 0.38% -
XYZ 6.13 9.49 2.08 -
YUV 76.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 58 97 18 0.40 0 0.81 0.62 89.62 0.69 0.23
Hex 3A 61 12 28 0 51 3E 5A 45 17
Octal 72 141 22 50 0 121 76 132 105 27
Binary 111010 1100001 10010 101000 0 1010001 111110 1011010 1000101 10111

Color Harmonies of #3A6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6112

Black with #3A6112

Text Example


Text Example

White with #3A6112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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