#3A620F

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

Shades of Verdun Green #3A620F

Tints of Verdun Green #3A620F

Color information

#3A620F (or 0x3A620F) is unknown color: approx Verdun Green. HEX triplet: 3A, 62 and 0F. RGB value is (58,98,15). Sum of RGB (Red+Green+Blue) = 58+98+15=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #3A620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A620F is #C59DF0. Grayscale: #4C4C4C. Windows color (decimal): -12951025 or 1008186. OLE color: 1008186.

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

Color convert

RGB589815-
CMYK0.4100.850.62
HSL88.92º73.45%22.16%-
HSV(B)88.92º84.69%38.43%-
XYZ6.29.671.99-
YUV76.5893.25114.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=33.92%
G=57.31%
B=8.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5898150.4100.850.6288.9273.4522.16
Hex3A62F290553E594916
Octal72142175101257613111126
Binary11101011000101111101001010101011111101011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,15); }

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

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

 a { background-color: rgb(58,98,15); }

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

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

 span { border-color: rgb(58,98,15); }

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