#386109

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

Shades of Verdun Green #386109

Tints of Verdun Green #386109

Color information

#386109 (or 0x386109) is unknown color: approx Verdun Green. HEX triplet: 38, 61 and 09. RGB value is (56,97,9). Sum of RGB (Red+Green+Blue) = 56+97+9=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #386109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386109 is #C79EF6. Grayscale: #4B4B4B. Windows color (decimal): -13082359 or 614712. OLE color: 614712.

HSL color Cylindrical-coordinate representation of color #386109: hue angle of 87.95º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #386109 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB56979-
CMYK0.4200.910.62
HSL87.95º83.02%20.78%-
HSV(B)87.95º90.72%38.04%-
XYZ5.959.411.76-
YUV74.7190.92114.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 97 (38.28% from 255) = 59.88%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=34.57%
G=59.88%
B=5.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569790.4200.910.6287.9583.0220.78
Hex386192A05B3E585315
Octal70141115201337613012325
Binary11100011000011001101010010110111111101011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386109; }

 p { color: rgb(56,97,9); }

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

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

 a { background-color: rgb(56,97,9); }

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

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

 span { border-color: rgb(56,97,9); }

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