#3A6305

Color #3A6305 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3A6305

Tints of Verdun Green #3A6305

Color information

#3A6305 (or 0x3A6305) is unknown color: approx Verdun Green. HEX triplet: 3A, 63 and 05. RGB value is (58,99,5). Sum of RGB (Red+Green+Blue) = 58+99+5=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6305 is #C59CFA. Grayscale: #4C4C4C. Windows color (decimal): -12950779 or 353082. OLE color: 353082.

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

Color convert

RGB58995-
CMYK0.4100.950.61
HSL86.17º90.38%20.39%-
HSV(B)86.17º94.95%38.82%-
XYZ6.239.831.71-
YUV76.0287.92115.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.80%
GREEN value IS 99 (39.06% from 255) = 61.11%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=35.80%
G=61.11%
B=3.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal589950.4100.950.6186.1790.3820.39
Hex3A6352905F3D565a14
Octal7214355101377512613224
Binary1110101100011101101001010111111111011010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A6305;
 }
 .AnyTagClassName
 {
   color: #3A6305;
 }
</style>
background-color css

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

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

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

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

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

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