Html Css Color HEX #3A6105 Verdun Green

📋 copy color: '#3A6105'

red 58 ◦ green 97 ◦ blue 5

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

Shades of Verdun Green #3A6105

Tints of Verdun Green #3A6105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 36.25%
G = 60.63%
B = 3.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#3A6105 (or 0x3A6105) is known color: Verdun Green. HEX triplet: 3A, 61 and 05. RGB value is (58,97,5). Sum of RGB (Red+Green+Blue) = 58+97+5=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6105 is #C59EFA. Grayscale: #4B4B4B. Windows color (decimal): -12951291 or 352570. OLE color: 352570.

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

Color convert

RGB 58 97 5 -
CMYK 0.40 0 0.95 0.62
HSL 85.43º 0.9% 0.2% -
HSV(B) 85.43º 0.95% 0.38% -
XYZ 6.05 9.46 1.65 -
YUV 74.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 58 97 5 0.40 0 0.95 0.62 85.43 0.9 0.2
Hex 3A 61 5 28 0 5F 3E 55 5A 14
Octal 72 141 5 50 0 137 76 125 132 24
Binary 111010 1100001 101 101000 0 1011111 111110 1010101 1011010 10100

Color Harmonies of #3A6105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6105

Black with #3A6105

Text Example


Text Example

White with #3A6105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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