#3A600B

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

Shades of Verdun Green #3A600B

Tints of Verdun Green #3A600B

Color information

#3A600B (or 0x3A600B) is unknown color: approx Verdun Green. HEX triplet: 3A, 60 and 0B. RGB value is (58,96,11). Sum of RGB (Red+Green+Blue) = 58+96+11=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #3A600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A600B is #C59FF4. Grayscale: #4B4B4B. Windows color (decimal): -12951541 or 745530. OLE color: 745530.

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

Color convert

RGB589611-
CMYK0.4000.890.62
HSL86.82º79.44%20.98%-
HSV(B)86.82º88.54%37.65%-
XYZ5.999.291.79-
YUV74.9591.91115.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=35.15%
G=58.18%
B=6.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896110.4000.890.6286.8279.4420.98
Hex3A60B280593E574f15
Octal72140135001317612711725
Binary11101011000001011101000010110011111101010111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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