#386000

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

Shades of Verdun Green #386000

Tints of Verdun Green #386000

Color information

#386000 (or 0x386000) is unknown color: approx Verdun Green. HEX triplet: 38, 60 and 00. RGB value is (56,96,0). Sum of RGB (Red+Green+Blue) = 56+96+0=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #386000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386000 is #C79FFF. Grayscale: #494949. Windows color (decimal): -13082624 or 24632. OLE color: 24632.

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

Color convert

RGB56960-
CMYK0.42010.62
HSL85º100%18.82%-
HSV(B)85º100%37.65%-
XYZ5.819.211.47-
YUV73.186.75115.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.84%
G=63.16%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569600.42010.628510018.82
Hex386002A0643E556413
Octal7014005201447612514423
Binary11100011000000101010011001001111101010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386000; }

 p { color: rgb(56,96,0); }

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

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

 a { background-color: rgb(56,96,0); }

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

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

 span { border-color: rgb(56,96,0); }

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