#3A600D

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

Shades of Verdun Green #3A600D

Tints of Verdun Green #3A600D

Color information

#3A600D (or 0x3A600D) is unknown color: approx Verdun Green. HEX triplet: 3A, 60 and 0D. RGB value is (58,96,13). Sum of RGB (Red+Green+Blue) = 58+96+13=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #3A600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A600D is #C59FF2. Grayscale: #4B4B4B. Windows color (decimal): -12951539 or 876602. OLE color: 876602.

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

Color convert

RGB589613-
CMYK0.4000.860.62
HSL87.47º76.15%21.37%-
HSV(B)87.47º86.46%37.65%-
XYZ69.291.86-
YUV75.1892.91115.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=34.73%
G=57.49%
B=7.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896130.4000.860.6287.4776.1521.37
Hex3A60D280563E574c15
Octal72140155001267612711425
Binary11101011000001101101000010101101111101010111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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